@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListComponentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListComponentsRequest() |
Modifier and Type | Method and Description |
---|---|
ListComponentsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
|
Integer |
getMaxResults()
|
String |
getNextToken()
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
|
void |
setMaxResults(Integer maxResults)
|
void |
setNextToken(String nextToken)
|
String |
toString()
Returns a string representation of this object.
|
ListComponentsRequest |
withApplicationId(String applicationId)
|
ListComponentsRequest |
withMaxResults(Integer maxResults)
|
ListComponentsRequest |
withNextToken(String nextToken)
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setApplicationId(String applicationId)
applicationId
- public String getApplicationId()
public ListComponentsRequest withApplicationId(String applicationId)
applicationId
- public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public ListComponentsRequest withNextToken(String nextToken)
nextToken
- public void setMaxResults(Integer maxResults)
maxResults
- public Integer getMaxResults()
public ListComponentsRequest withMaxResults(Integer maxResults)
maxResults
- public String toString()
toString
in class Object
Object.toString()
public ListComponentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()