/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.simplesystemsmanagement.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.AmazonWebServiceRequest; /** * * @see AWS API Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class DescribeAssociationExecutionTargetsRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable, Cloneable { /** *
* The association ID that includes the execution for which you want to view details. *
*/ private String associationId; /** ** The execution ID for which you want to view details. *
*/ private String executionId; /** ** Filters for the request. You can specify the following filters and values. *
** Status (EQUAL) *
** ResourceId (EQUAL) *
** ResourceType (EQUAL) *
*/ private com.amazonaws.internal.SdkInternalList* The maximum number of items to return for this call. The call also returns a token that you can specify in a * subsequent call to get the next set of results. *
*/ private Integer maxResults; /** ** A token to start the list. Use this token to get the next set of results. *
*/ private String nextToken; /** ** The association ID that includes the execution for which you want to view details. *
* * @param associationId * The association ID that includes the execution for which you want to view details. */ public void setAssociationId(String associationId) { this.associationId = associationId; } /** ** The association ID that includes the execution for which you want to view details. *
* * @return The association ID that includes the execution for which you want to view details. */ public String getAssociationId() { return this.associationId; } /** ** The association ID that includes the execution for which you want to view details. *
* * @param associationId * The association ID that includes the execution for which you want to view details. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeAssociationExecutionTargetsRequest withAssociationId(String associationId) { setAssociationId(associationId); return this; } /** ** The execution ID for which you want to view details. *
* * @param executionId * The execution ID for which you want to view details. */ public void setExecutionId(String executionId) { this.executionId = executionId; } /** ** The execution ID for which you want to view details. *
* * @return The execution ID for which you want to view details. */ public String getExecutionId() { return this.executionId; } /** ** The execution ID for which you want to view details. *
* * @param executionId * The execution ID for which you want to view details. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeAssociationExecutionTargetsRequest withExecutionId(String executionId) { setExecutionId(executionId); return this; } /** ** Filters for the request. You can specify the following filters and values. *
** Status (EQUAL) *
** ResourceId (EQUAL) *
** ResourceType (EQUAL) *
* * @return Filters for the request. You can specify the following filters and values. ** Status (EQUAL) *
** ResourceId (EQUAL) *
*
* ResourceType (EQUAL)
*/
public java.util.List
* Filters for the request. You can specify the following filters and values.
*
* Status (EQUAL)
*
* ResourceId (EQUAL)
*
* ResourceType (EQUAL)
*
* Status (EQUAL) *
** ResourceId (EQUAL) *
*
* ResourceType (EQUAL)
*/
public void setFilters(java.util.Collection
* Filters for the request. You can specify the following filters and values.
*
* Status (EQUAL)
*
* ResourceId (EQUAL)
*
* ResourceType (EQUAL)
*
* NOTE: This method appends the values to the existing list (if any). Use
* {@link #setFilters(java.util.Collection)} or {@link #withFilters(java.util.Collection)} if you want to override
* the existing values.
*
* Status (EQUAL) *
** ResourceId (EQUAL) *
*
* ResourceType (EQUAL)
* @return Returns a reference to this object so that method calls can be chained together.
*/
public DescribeAssociationExecutionTargetsRequest withFilters(AssociationExecutionTargetsFilter... filters) {
if (this.filters == null) {
setFilters(new com.amazonaws.internal.SdkInternalList
* Filters for the request. You can specify the following filters and values.
*
* Status (EQUAL)
*
* ResourceId (EQUAL)
*
* ResourceType (EQUAL)
*
* Status (EQUAL) *
** ResourceId (EQUAL) *
*
* ResourceType (EQUAL)
* @return Returns a reference to this object so that method calls can be chained together.
*/
public DescribeAssociationExecutionTargetsRequest withFilters(java.util.Collection
* The maximum number of items to return for this call. The call also returns a token that you can specify in a
* subsequent call to get the next set of results.
*
* The maximum number of items to return for this call. The call also returns a token that you can specify in a
* subsequent call to get the next set of results.
*
* The maximum number of items to return for this call. The call also returns a token that you can specify in a
* subsequent call to get the next set of results.
*
* A token to start the list. Use this token to get the next set of results.
*
* A token to start the list. Use this token to get the next set of results.
*
* A token to start the list. Use this token to get the next set of results.
*