@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBackendEnvironmentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request structure for the 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()
The unique ID for an Amplify app.
|
String |
getEnvironmentName()
The name of the backend environment
|
Integer |
getMaxResults()
The maximum number of records to list in a single response.
|
String |
getNextToken()
A pagination token.
|
int |
hashCode() |
void |
setAppId(String appId)
The unique ID for an Amplify app.
|
void |
setEnvironmentName(String environmentName)
The name of the backend environment
|
void |
setMaxResults(Integer maxResults)
The maximum number of records to list in a single response.
|
void |
setNextToken(String nextToken)
A pagination token.
|
String |
toString()
Returns a string representation of this object.
|
ListBackendEnvironmentsRequest |
withAppId(String appId)
The unique ID for an Amplify app.
|
ListBackendEnvironmentsRequest |
withEnvironmentName(String environmentName)
The name of the backend environment
|
ListBackendEnvironmentsRequest |
withMaxResults(Integer maxResults)
The maximum number of records to list in a single response.
|
ListBackendEnvironmentsRequest |
withNextToken(String nextToken)
A 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)
The unique ID for an Amplify app.
appId
- The unique ID for an Amplify app.public String getAppId()
The unique ID for an Amplify app.
public ListBackendEnvironmentsRequest withAppId(String appId)
The unique ID for an Amplify app.
appId
- The unique ID for an Amplify app.public void setEnvironmentName(String environmentName)
The name of the backend environment
environmentName
- The name of the backend environmentpublic String getEnvironmentName()
The name of the backend environment
public ListBackendEnvironmentsRequest withEnvironmentName(String environmentName)
The name of the backend environment
environmentName
- The name of the backend environmentpublic void setNextToken(String nextToken)
A pagination token. Set to null to start listing backend environments from the start. If a non-null pagination token is returned in a result, pass its value in here to list more backend environments.
nextToken
- A pagination token. Set to null to start listing backend environments from the start. If a non-null
pagination token is returned in a result, pass its value in here to list more backend environments.public String getNextToken()
A pagination token. Set to null to start listing backend environments from the start. If a non-null pagination token is returned in a result, pass its value in here to list more backend environments.
public ListBackendEnvironmentsRequest withNextToken(String nextToken)
A pagination token. Set to null to start listing backend environments from the start. If a non-null pagination token is returned in a result, pass its value in here to list more backend environments.
nextToken
- A pagination token. Set to null to start listing backend environments from the start. If a non-null
pagination token is returned in a result, pass its value in here to list more backend environments.public void setMaxResults(Integer maxResults)
The maximum number of records to list in a single response.
maxResults
- The maximum number of records to list in a single response.public Integer getMaxResults()
The maximum number of records to list in a single response.
public ListBackendEnvironmentsRequest withMaxResults(Integer maxResults)
The maximum number of records to list in a single response.
maxResults
- The 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.