/* * 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.applicationdiscovery.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.AmazonWebServiceRequest; @Generated("com.amazonaws:aws-java-sdk-code-generator") public class DescribeAgentsRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable, Cloneable { /** *
* The agent or the collector IDs for which you want information. If you specify no IDs, the system returns * information about all agents/collectors associated with your user. *
*/ private java.util.List* You can filter the request using various logical operators and a key-value format. For example: *
*
* {"key": "collectionStatus", "value": "STARTED"}
*
* The total number of agents/collectors to return in a single page of output. The maximum value is 100. *
*/ private Integer maxResults; /** *
* Token to retrieve the next set of results. For example, if you previously specified 100 IDs for
* DescribeAgentsRequest$agentIds
but set DescribeAgentsRequest$maxResults
to 10, you
* received a set of 10 results along with a token. Use that token in this query to get the next set of 10.
*
* The agent or the collector IDs for which you want information. If you specify no IDs, the system returns * information about all agents/collectors associated with your user. *
* * @return The agent or the collector IDs for which you want information. If you specify no IDs, the system returns * information about all agents/collectors associated with your user. */ public java.util.List* The agent or the collector IDs for which you want information. If you specify no IDs, the system returns * information about all agents/collectors associated with your user. *
* * @param agentIds * The agent or the collector IDs for which you want information. If you specify no IDs, the system returns * information about all agents/collectors associated with your user. */ public void setAgentIds(java.util.Collection* The agent or the collector IDs for which you want information. If you specify no IDs, the system returns * information about all agents/collectors associated with your user. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setAgentIds(java.util.Collection)} or {@link #withAgentIds(java.util.Collection)} if you want to override * the existing values. *
* * @param agentIds * The agent or the collector IDs for which you want information. If you specify no IDs, the system returns * information about all agents/collectors associated with your user. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeAgentsRequest withAgentIds(String... agentIds) { if (this.agentIds == null) { setAgentIds(new java.util.ArrayList* The agent or the collector IDs for which you want information. If you specify no IDs, the system returns * information about all agents/collectors associated with your user. *
* * @param agentIds * The agent or the collector IDs for which you want information. If you specify no IDs, the system returns * information about all agents/collectors associated with your user. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeAgentsRequest withAgentIds(java.util.Collection* You can filter the request using various logical operators and a key-value format. For example: *
*
* {"key": "collectionStatus", "value": "STARTED"}
*
*
* You can filter the request using various logical operators and a key-value format. For example:
*
* {"key": "collectionStatus", "value": "STARTED"}
*/
public java.util.List{"key": "collectionStatus", "value": "STARTED"}
*
*
* You can filter the request using various logical operators and a key-value format. For example:
*
*
* 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.
* {"key": "collectionStatus", "value": "STARTED"}
*/
public void setFilters(java.util.Collection{"key": "collectionStatus", "value": "STARTED"}
*
*
* You can filter the request using various logical operators and a key-value format. For example:
*
* {"key": "collectionStatus", "value": "STARTED"}
* @return Returns a reference to this object so that method calls can be chained together.
*/
public DescribeAgentsRequest withFilters(Filter... filters) {
if (this.filters == null) {
setFilters(new java.util.ArrayList{"key": "collectionStatus", "value": "STARTED"}
*
*
* The total number of agents/collectors to return in a single page of output. The maximum value is 100.
*
* The total number of agents/collectors to return in a single page of output. The maximum value is 100.
*
* The total number of agents/collectors to return in a single page of output. The maximum value is 100.
*
* Token to retrieve the next set of results. For example, if you previously specified 100 IDs for
*
* Token to retrieve the next set of results. For example, if you previously specified 100 IDs for
*
* Token to retrieve the next set of results. For example, if you previously specified 100 IDs for
* {"key": "collectionStatus", "value": "STARTED"}
* @return Returns a reference to this object so that method calls can be chained together.
*/
public DescribeAgentsRequest withFilters(java.util.CollectionDescribeAgentsRequest$agentIds
but set DescribeAgentsRequest$maxResults
to 10, you
* received a set of 10 results along with a token. Use that token in this query to get the next set of 10.
* DescribeAgentsRequest$agentIds
but set DescribeAgentsRequest$maxResults
to 10,
* you received a set of 10 results along with a token. Use that token in this query to get the next set of
* 10.
*/
public void setNextToken(String nextToken) {
this.nextToken = nextToken;
}
/**
* DescribeAgentsRequest$agentIds
but set DescribeAgentsRequest$maxResults
to 10, you
* received a set of 10 results along with a token. Use that token in this query to get the next set of 10.
* DescribeAgentsRequest$agentIds
but set DescribeAgentsRequest$maxResults
to 10,
* you received a set of 10 results along with a token. Use that token in this query to get the next set of
* 10.
*/
public String getNextToken() {
return this.nextToken;
}
/**
* DescribeAgentsRequest$agentIds
but set DescribeAgentsRequest$maxResults
to 10, you
* received a set of 10 results along with a token. Use that token in this query to get the next set of 10.
* DescribeAgentsRequest$agentIds
but set DescribeAgentsRequest$maxResults
to 10,
* you received a set of 10 results along with a token. Use that token in this query to get the next set of
* 10.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public DescribeAgentsRequest withNextToken(String nextToken) {
setNextToken(nextToken);
return this;
}
/**
* Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be
* redacted from this string using a placeholder value.
*
* @return A string representation of this object.
*
* @see java.lang.Object#toString()
*/
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append("{");
if (getAgentIds() != null)
sb.append("AgentIds: ").append(getAgentIds()).append(",");
if (getFilters() != null)
sb.append("Filters: ").append(getFilters()).append(",");
if (getMaxResults() != null)
sb.append("MaxResults: ").append(getMaxResults()).append(",");
if (getNextToken() != null)
sb.append("NextToken: ").append(getNextToken());
sb.append("}");
return sb.toString();
}
@Override
public boolean equals(Object obj) {
if (this == obj)
return true;
if (obj == null)
return false;
if (obj instanceof DescribeAgentsRequest == false)
return false;
DescribeAgentsRequest other = (DescribeAgentsRequest) obj;
if (other.getAgentIds() == null ^ this.getAgentIds() == null)
return false;
if (other.getAgentIds() != null && other.getAgentIds().equals(this.getAgentIds()) == false)
return false;
if (other.getFilters() == null ^ this.getFilters() == null)
return false;
if (other.getFilters() != null && other.getFilters().equals(this.getFilters()) == false)
return false;
if (other.getMaxResults() == null ^ this.getMaxResults() == null)
return false;
if (other.getMaxResults() != null && other.getMaxResults().equals(this.getMaxResults()) == false)
return false;
if (other.getNextToken() == null ^ this.getNextToken() == null)
return false;
if (other.getNextToken() != null && other.getNextToken().equals(this.getNextToken()) == false)
return false;
return true;
}
@Override
public int hashCode() {
final int prime = 31;
int hashCode = 1;
hashCode = prime * hashCode + ((getAgentIds() == null) ? 0 : getAgentIds().hashCode());
hashCode = prime * hashCode + ((getFilters() == null) ? 0 : getFilters().hashCode());
hashCode = prime * hashCode + ((getMaxResults() == null) ? 0 : getMaxResults().hashCode());
hashCode = prime * hashCode + ((getNextToken() == null) ? 0 : getNextToken().hashCode());
return hashCode;
}
@Override
public DescribeAgentsRequest clone() {
return (DescribeAgentsRequest) super.clone();
}
}