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