@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDelegatedAdminAccountsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListDelegatedAdminAccountsResult() |
Modifier and Type | Method and Description |
---|---|
ListDelegatedAdminAccountsResult |
clone() |
boolean |
equals(Object obj) |
List<DelegatedAdminAccount> |
getDelegatedAdminAccounts()
Details of the Amazon Inspector delegated administrator of your organization.
|
String |
getNextToken()
A token to use for paginating results that are returned in the response.
|
int |
hashCode() |
void |
setDelegatedAdminAccounts(Collection<DelegatedAdminAccount> delegatedAdminAccounts)
Details of the Amazon Inspector delegated administrator of your organization.
|
void |
setNextToken(String nextToken)
A token to use for paginating results that are returned in the response.
|
String |
toString()
Returns a string representation of this object.
|
ListDelegatedAdminAccountsResult |
withDelegatedAdminAccounts(Collection<DelegatedAdminAccount> delegatedAdminAccounts)
Details of the Amazon Inspector delegated administrator of your organization.
|
ListDelegatedAdminAccountsResult |
withDelegatedAdminAccounts(DelegatedAdminAccount... delegatedAdminAccounts)
Details of the Amazon Inspector delegated administrator of your organization.
|
ListDelegatedAdminAccountsResult |
withNextToken(String nextToken)
A token to use for paginating results that are returned in the response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DelegatedAdminAccount> getDelegatedAdminAccounts()
Details of the Amazon Inspector delegated administrator of your organization.
public void setDelegatedAdminAccounts(Collection<DelegatedAdminAccount> delegatedAdminAccounts)
Details of the Amazon Inspector delegated administrator of your organization.
delegatedAdminAccounts
- Details of the Amazon Inspector delegated administrator of your organization.public ListDelegatedAdminAccountsResult withDelegatedAdminAccounts(DelegatedAdminAccount... delegatedAdminAccounts)
Details of the Amazon Inspector delegated administrator of your organization.
NOTE: This method appends the values to the existing list (if any). Use
setDelegatedAdminAccounts(java.util.Collection)
or
withDelegatedAdminAccounts(java.util.Collection)
if you want to override the existing values.
delegatedAdminAccounts
- Details of the Amazon Inspector delegated administrator of your organization.public ListDelegatedAdminAccountsResult withDelegatedAdminAccounts(Collection<DelegatedAdminAccount> delegatedAdminAccounts)
Details of the Amazon Inspector delegated administrator of your organization.
delegatedAdminAccounts
- Details of the Amazon Inspector delegated administrator of your organization.public void setNextToken(String nextToken)
A token to use for paginating results that are returned in the response. Set the value of this parameter to null
for the first request to a list action. For subsequent calls, use the NextToken
value returned from
the previous request to continue listing results after the first page.
nextToken
- A token to use for paginating results that are returned in the response. Set the value of this parameter
to null for the first request to a list action. For subsequent calls, use the NextToken
value
returned from the previous request to continue listing results after the first page.public String getNextToken()
A token to use for paginating results that are returned in the response. Set the value of this parameter to null
for the first request to a list action. For subsequent calls, use the NextToken
value returned from
the previous request to continue listing results after the first page.
NextToken
value returned from the previous request to continue listing results after the first page.public ListDelegatedAdminAccountsResult withNextToken(String nextToken)
A token to use for paginating results that are returned in the response. Set the value of this parameter to null
for the first request to a list action. For subsequent calls, use the NextToken
value returned from
the previous request to continue listing results after the first page.
nextToken
- A token to use for paginating results that are returned in the response. Set the value of this parameter
to null for the first request to a list action. For subsequent calls, use the NextToken
value
returned from the previous request to continue listing results after the first page.public String toString()
toString
in class Object
Object.toString()
public ListDelegatedAdminAccountsResult clone()