@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPodIdentityAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListPodIdentityAssociationsResult() |
Modifier and Type | Method and Description |
---|---|
ListPodIdentityAssociationsResult |
clone() |
boolean |
equals(Object obj) |
List<PodIdentityAssociationSummary> |
getAssociations()
The list of summarized descriptions of the associations that are in the cluster and match any filters that you
provided.
|
String |
getNextToken()
The
nextToken value to include in a future ListPodIdentityAssociations request. |
int |
hashCode() |
void |
setAssociations(Collection<PodIdentityAssociationSummary> associations)
The list of summarized descriptions of the associations that are in the cluster and match any filters that you
provided.
|
void |
setNextToken(String nextToken)
The
nextToken value to include in a future ListPodIdentityAssociations request. |
String |
toString()
Returns a string representation of this object.
|
ListPodIdentityAssociationsResult |
withAssociations(Collection<PodIdentityAssociationSummary> associations)
The list of summarized descriptions of the associations that are in the cluster and match any filters that you
provided.
|
ListPodIdentityAssociationsResult |
withAssociations(PodIdentityAssociationSummary... associations)
The list of summarized descriptions of the associations that are in the cluster and match any filters that you
provided.
|
ListPodIdentityAssociationsResult |
withNextToken(String nextToken)
The
nextToken value to include in a future ListPodIdentityAssociations request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<PodIdentityAssociationSummary> getAssociations()
The list of summarized descriptions of the associations that are in the cluster and match any filters that you provided.
Each summary is simplified by removing these fields compared to the full
PodIdentityAssociation
:
The IAM role: roleArn
The timestamp that the association was created at: createdAt
The most recent timestamp that the association was modified at:. modifiedAt
The tags on the association: tags
Each summary is simplified by removing these fields compared to the full
PodIdentityAssociation
:
The IAM role: roleArn
The timestamp that the association was created at: createdAt
The most recent timestamp that the association was modified at:. modifiedAt
The tags on the association: tags
public void setAssociations(Collection<PodIdentityAssociationSummary> associations)
The list of summarized descriptions of the associations that are in the cluster and match any filters that you provided.
Each summary is simplified by removing these fields compared to the full
PodIdentityAssociation
:
The IAM role: roleArn
The timestamp that the association was created at: createdAt
The most recent timestamp that the association was modified at:. modifiedAt
The tags on the association: tags
associations
- The list of summarized descriptions of the associations that are in the cluster and match any filters that
you provided.
Each summary is simplified by removing these fields compared to the full
PodIdentityAssociation
:
The IAM role: roleArn
The timestamp that the association was created at: createdAt
The most recent timestamp that the association was modified at:. modifiedAt
The tags on the association: tags
public ListPodIdentityAssociationsResult withAssociations(PodIdentityAssociationSummary... associations)
The list of summarized descriptions of the associations that are in the cluster and match any filters that you provided.
Each summary is simplified by removing these fields compared to the full
PodIdentityAssociation
:
The IAM role: roleArn
The timestamp that the association was created at: createdAt
The most recent timestamp that the association was modified at:. modifiedAt
The tags on the association: tags
NOTE: This method appends the values to the existing list (if any). Use
setAssociations(java.util.Collection)
or withAssociations(java.util.Collection)
if you want to
override the existing values.
associations
- The list of summarized descriptions of the associations that are in the cluster and match any filters that
you provided.
Each summary is simplified by removing these fields compared to the full
PodIdentityAssociation
:
The IAM role: roleArn
The timestamp that the association was created at: createdAt
The most recent timestamp that the association was modified at:. modifiedAt
The tags on the association: tags
public ListPodIdentityAssociationsResult withAssociations(Collection<PodIdentityAssociationSummary> associations)
The list of summarized descriptions of the associations that are in the cluster and match any filters that you provided.
Each summary is simplified by removing these fields compared to the full
PodIdentityAssociation
:
The IAM role: roleArn
The timestamp that the association was created at: createdAt
The most recent timestamp that the association was modified at:. modifiedAt
The tags on the association: tags
associations
- The list of summarized descriptions of the associations that are in the cluster and match any filters that
you provided.
Each summary is simplified by removing these fields compared to the full
PodIdentityAssociation
:
The IAM role: roleArn
The timestamp that the association was created at: createdAt
The most recent timestamp that the association was modified at:. modifiedAt
The tags on the association: tags
public void setNextToken(String nextToken)
The nextToken
value to include in a future ListPodIdentityAssociations
request. When
the results of a ListPodIdentityAssociations
request exceed maxResults
, you can use
this value to retrieve the next page of results. This value is null
when there are no more results
to return.
This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
nextToken
- The nextToken
value to include in a future ListPodIdentityAssociations
request.
When the results of a ListPodIdentityAssociations
request exceed maxResults
, you
can use this value to retrieve the next page of results. This value is null
when there are no
more results to return. This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
public String getNextToken()
The nextToken
value to include in a future ListPodIdentityAssociations
request. When
the results of a ListPodIdentityAssociations
request exceed maxResults
, you can use
this value to retrieve the next page of results. This value is null
when there are no more results
to return.
This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
nextToken
value to include in a future ListPodIdentityAssociations
request.
When the results of a ListPodIdentityAssociations
request exceed maxResults
,
you can use this value to retrieve the next page of results. This value is null
when there
are no more results to return. This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
public ListPodIdentityAssociationsResult withNextToken(String nextToken)
The nextToken
value to include in a future ListPodIdentityAssociations
request. When
the results of a ListPodIdentityAssociations
request exceed maxResults
, you can use
this value to retrieve the next page of results. This value is null
when there are no more results
to return.
This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
nextToken
- The nextToken
value to include in a future ListPodIdentityAssociations
request.
When the results of a ListPodIdentityAssociations
request exceed maxResults
, you
can use this value to retrieve the next page of results. This value is null
when there are no
more results to return. This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
public String toString()
toString
in class Object
Object.toString()
public ListPodIdentityAssociationsResult clone()