@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAppBlockBuilderAppBlockAssociationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeAppBlockBuilderAppBlockAssociationsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAppBlockBuilderAppBlockAssociationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppBlockArn()
The ARN of the app block.
|
String |
getAppBlockBuilderName()
The name of the app block builder.
|
Integer |
getMaxResults()
The maximum size of each page of results.
|
String |
getNextToken()
The pagination token used to retrieve the next page of results for this operation.
|
int |
hashCode() |
void |
setAppBlockArn(String appBlockArn)
The ARN of the app block.
|
void |
setAppBlockBuilderName(String appBlockBuilderName)
The name of the app block builder.
|
void |
setMaxResults(Integer maxResults)
The maximum size of each page of results.
|
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.
|
DescribeAppBlockBuilderAppBlockAssociationsRequest |
withAppBlockArn(String appBlockArn)
The ARN of the app block.
|
DescribeAppBlockBuilderAppBlockAssociationsRequest |
withAppBlockBuilderName(String appBlockBuilderName)
The name of the app block builder.
|
DescribeAppBlockBuilderAppBlockAssociationsRequest |
withMaxResults(Integer maxResults)
The maximum size of each page of results.
|
DescribeAppBlockBuilderAppBlockAssociationsRequest |
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 DescribeAppBlockBuilderAppBlockAssociationsRequest()
public void setAppBlockArn(String appBlockArn)
The ARN of the app block.
appBlockArn
- The ARN of the app block.public String getAppBlockArn()
The ARN of the app block.
public DescribeAppBlockBuilderAppBlockAssociationsRequest withAppBlockArn(String appBlockArn)
The ARN of the app block.
appBlockArn
- The ARN of the app block.public void setAppBlockBuilderName(String appBlockBuilderName)
The name of the app block builder.
appBlockBuilderName
- The name of the app block builder.public String getAppBlockBuilderName()
The name of the app block builder.
public DescribeAppBlockBuilderAppBlockAssociationsRequest withAppBlockBuilderName(String appBlockBuilderName)
The name of the app block builder.
appBlockBuilderName
- The name of the app block builder.public void setMaxResults(Integer maxResults)
The maximum size of each page of results.
maxResults
- The maximum size of each page of results.public Integer getMaxResults()
The maximum size of each page of results.
public DescribeAppBlockBuilderAppBlockAssociationsRequest withMaxResults(Integer maxResults)
The maximum size of each page of results.
maxResults
- The maximum size of each page of results.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 DescribeAppBlockBuilderAppBlockAssociationsRequest 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 String toString()
toString
in class Object
Object.toString()
public DescribeAppBlockBuilderAppBlockAssociationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()