@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAppBlockBuildersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeAppBlockBuildersRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAppBlockBuildersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum size of each page of results.
|
List<String> |
getNames()
The names of the app block builders.
|
String |
getNextToken()
The pagination token used to retrieve the next page of results for this operation.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum size of each page of results.
|
void |
setNames(Collection<String> names)
The names of the app block builders.
|
void |
setNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAppBlockBuildersRequest |
withMaxResults(Integer maxResults)
The maximum size of each page of results.
|
DescribeAppBlockBuildersRequest |
withNames(Collection<String> names)
The names of the app block builders.
|
DescribeAppBlockBuildersRequest |
withNames(String... names)
The names of the app block builders.
|
DescribeAppBlockBuildersRequest |
withNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
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 List<String> getNames()
The names of the app block builders.
public void setNames(Collection<String> names)
The names of the app block builders.
names
- The names of the app block builders.public DescribeAppBlockBuildersRequest withNames(String... names)
The names of the app block builders.
NOTE: This method appends the values to the existing list (if any). Use
setNames(java.util.Collection)
or withNames(java.util.Collection)
if you want to override the
existing values.
names
- The names of the app block builders.public DescribeAppBlockBuildersRequest withNames(Collection<String> names)
The names of the app block builders.
names
- The names of the app block builders.public void setNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
nextToken
- The pagination token used to retrieve the next page of results for this operation.public String getNextToken()
The pagination token used to retrieve the next page of results for this operation.
public DescribeAppBlockBuildersRequest withNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
nextToken
- The pagination token used to retrieve the next page of results for this operation.public void setMaxResults(Integer maxResults)
The maximum size of each page of results. The maximum value is 25.
maxResults
- The maximum size of each page of results. The maximum value is 25.public Integer getMaxResults()
The maximum size of each page of results. The maximum value is 25.
public DescribeAppBlockBuildersRequest withMaxResults(Integer maxResults)
The maximum size of each page of results. The maximum value is 25.
maxResults
- The maximum size of each page of results. The maximum value is 25.public String toString()
toString
in class Object
Object.toString()
public DescribeAppBlockBuildersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()