@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 |
getAppId()
The unique ID for the Amplify app.
|
String |
getEnvironmentName()
The name of the backend environment that is a part of the Amplify app.
|
Integer |
getMaxResults()
The maximum number of components to retrieve.
|
String |
getNextToken()
The token to request the next page of results.
|
int |
hashCode() |
void |
setAppId(String appId)
The unique ID for the Amplify app.
|
void |
setEnvironmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
void |
setMaxResults(Integer maxResults)
The maximum number of components to retrieve.
|
void |
setNextToken(String nextToken)
The token to request the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListComponentsRequest |
withAppId(String appId)
The unique ID for the Amplify app.
|
ListComponentsRequest |
withEnvironmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
ListComponentsRequest |
withMaxResults(Integer maxResults)
The maximum number of components to retrieve.
|
ListComponentsRequest |
withNextToken(String nextToken)
The token to request the next page of results.
|
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 setAppId(String appId)
The unique ID for the Amplify app.
appId
- The unique ID for the Amplify app.public String getAppId()
The unique ID for the Amplify app.
public ListComponentsRequest withAppId(String appId)
The unique ID for the Amplify app.
appId
- The unique ID for the Amplify app.public void setEnvironmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
environmentName
- The name of the backend environment that is a part of the Amplify app.public String getEnvironmentName()
The name of the backend environment that is a part of the Amplify app.
public ListComponentsRequest withEnvironmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
environmentName
- The name of the backend environment that is a part of the Amplify app.public void setNextToken(String nextToken)
The token to request the next page of results.
nextToken
- The token to request the next page of results.public String getNextToken()
The token to request the next page of results.
public ListComponentsRequest withNextToken(String nextToken)
The token to request the next page of results.
nextToken
- The token to request the next page of results.public void setMaxResults(Integer maxResults)
The maximum number of components to retrieve.
maxResults
- The maximum number of components to retrieve.public Integer getMaxResults()
The maximum number of components to retrieve.
public ListComponentsRequest withMaxResults(Integer maxResults)
The maximum number of components to retrieve.
maxResults
- The maximum number of components to retrieve.public String toString()
toString
in class Object
Object.toString()
public ListComponentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()