@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAppBlocksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAppBlocksResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAppBlocksResult |
clone() |
boolean |
equals(Object obj) |
List<AppBlock> |
getAppBlocks()
The app blocks in the list.
|
String |
getNextToken()
The pagination token used to retrieve the next page of results for this operation.
|
int |
hashCode() |
void |
setAppBlocks(Collection<AppBlock> appBlocks)
The app blocks in the list.
|
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.
|
DescribeAppBlocksResult |
withAppBlocks(AppBlock... appBlocks)
The app blocks in the list.
|
DescribeAppBlocksResult |
withAppBlocks(Collection<AppBlock> appBlocks)
The app blocks in the list.
|
DescribeAppBlocksResult |
withNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AppBlock> getAppBlocks()
The app blocks in the list.
public void setAppBlocks(Collection<AppBlock> appBlocks)
The app blocks in the list.
appBlocks
- The app blocks in the list.public DescribeAppBlocksResult withAppBlocks(AppBlock... appBlocks)
The app blocks in the list.
NOTE: This method appends the values to the existing list (if any). Use
setAppBlocks(java.util.Collection)
or withAppBlocks(java.util.Collection)
if you want to
override the existing values.
appBlocks
- The app blocks in the list.public DescribeAppBlocksResult withAppBlocks(Collection<AppBlock> appBlocks)
The app blocks in the list.
appBlocks
- The app blocks in the list.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 DescribeAppBlocksResult 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 DescribeAppBlocksResult clone()