@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBackendEnvironmentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request structure for list backend environments request.
NOOP
Constructor and Description |
---|
ListBackendEnvironmentsRequest() |
Modifier and Type | Method and Description |
---|---|
ListBackendEnvironmentsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppId()
Unique Id for an amplify App.
|
String |
getEnvironmentName()
Name of the backend environment
|
Integer |
getMaxResults()
Maximum number of records to list in a single response.
|
String |
getNextToken()
Pagination token.
|
int |
hashCode() |
void |
setAppId(String appId)
Unique Id for an amplify App.
|
void |
setEnvironmentName(String environmentName)
Name of the backend environment
|
void |
setMaxResults(Integer maxResults)
Maximum number of records to list in a single response.
|
void |
setNextToken(String nextToken)
Pagination token.
|
String |
toString()
Returns a string representation of this object.
|
ListBackendEnvironmentsRequest |
withAppId(String appId)
Unique Id for an amplify App.
|
ListBackendEnvironmentsRequest |
withEnvironmentName(String environmentName)
Name of the backend environment
|
ListBackendEnvironmentsRequest |
withMaxResults(Integer maxResults)
Maximum number of records to list in a single response.
|
ListBackendEnvironmentsRequest |
withNextToken(String nextToken)
Pagination token.
|
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)
Unique Id for an amplify App.
appId
- Unique Id for an amplify App.public String getAppId()
Unique Id for an amplify App.
public ListBackendEnvironmentsRequest withAppId(String appId)
Unique Id for an amplify App.
appId
- Unique Id for an amplify App.public void setEnvironmentName(String environmentName)
Name of the backend environment
environmentName
- Name of the backend environmentpublic String getEnvironmentName()
Name of the backend environment
public ListBackendEnvironmentsRequest withEnvironmentName(String environmentName)
Name of the backend environment
environmentName
- Name of the backend environmentpublic void setNextToken(String nextToken)
Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.
nextToken
- Pagination token. Set to null to start listing backen environments from start. If a non-null pagination
token is returned in a result, then pass its value in here to list more backend environments.public String getNextToken()
Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.
public ListBackendEnvironmentsRequest withNextToken(String nextToken)
Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.
nextToken
- Pagination token. Set to null to start listing backen environments from start. If a non-null pagination
token is returned in a result, then pass its value in here to list more backend environments.public void setMaxResults(Integer maxResults)
Maximum number of records to list in a single response.
maxResults
- Maximum number of records to list in a single response.public Integer getMaxResults()
Maximum number of records to list in a single response.
public ListBackendEnvironmentsRequest withMaxResults(Integer maxResults)
Maximum number of records to list in a single response.
maxResults
- Maximum number of records to list in a single response.public String toString()
toString
in class Object
Object.toString()
public ListBackendEnvironmentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.