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