@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAdminsManagingAccountResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAdminsManagingAccountResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAdminsManagingAccountResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAdminAccounts()
The list of accounts who manage member accounts within their AdminScope.
|
String |
getNextToken()
When you request a list of objects with a
MaxResults setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken value in the response. |
int |
hashCode() |
void |
setAdminAccounts(Collection<String> adminAccounts)
The list of accounts who manage member accounts within their AdminScope.
|
void |
setNextToken(String nextToken)
When you request a list of objects with a
MaxResults setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken value in the response. |
String |
toString()
Returns a string representation of this object.
|
ListAdminsManagingAccountResult |
withAdminAccounts(Collection<String> adminAccounts)
The list of accounts who manage member accounts within their AdminScope.
|
ListAdminsManagingAccountResult |
withAdminAccounts(String... adminAccounts)
The list of accounts who manage member accounts within their AdminScope.
|
ListAdminsManagingAccountResult |
withNextToken(String nextToken)
When you request a list of objects with a
MaxResults setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken value in the response. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> getAdminAccounts()
The list of accounts who manage member accounts within their AdminScope.
public void setAdminAccounts(Collection<String> adminAccounts)
The list of accounts who manage member accounts within their AdminScope.
adminAccounts - The list of accounts who manage member accounts within their AdminScope.public ListAdminsManagingAccountResult withAdminAccounts(String... adminAccounts)
The list of accounts who manage member accounts within their AdminScope.
NOTE: This method appends the values to the existing list (if any). Use
setAdminAccounts(java.util.Collection) or withAdminAccounts(java.util.Collection) if you want
to override the existing values.
adminAccounts - The list of accounts who manage member accounts within their AdminScope.public ListAdminsManagingAccountResult withAdminAccounts(Collection<String> adminAccounts)
The list of accounts who manage member accounts within their AdminScope.
adminAccounts - The list of accounts who manage member accounts within their AdminScope.public void setNextToken(String nextToken)
When you request a list of objects with a MaxResults setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken value in the response. To retrieve the next batch of objects, use the token returned from
the prior request in your next request.
nextToken - When you request a list of objects with a MaxResults setting, if the number of objects that
are still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken value in the response. To retrieve the next batch of objects, use the token
returned from the prior request in your next request.public String getNextToken()
When you request a list of objects with a MaxResults setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken value in the response. To retrieve the next batch of objects, use the token returned from
the prior request in your next request.
MaxResults setting, if the number of objects that
are still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken value in the response. To retrieve the next batch of objects, use the token
returned from the prior request in your next request.public ListAdminsManagingAccountResult withNextToken(String nextToken)
When you request a list of objects with a MaxResults setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken value in the response. To retrieve the next batch of objects, use the token returned from
the prior request in your next request.
nextToken - When you request a list of objects with a MaxResults setting, if the number of objects that
are still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken value in the response. To retrieve the next batch of objects, use the token
returned from the prior request in your next request.public String toString()
toString in class ObjectObject.toString()public ListAdminsManagingAccountResult clone()
Copyright © 2024. All rights reserved.