@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDelegatedAdministratorsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListDelegatedAdministratorsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListDelegatedAdministratorsResult |
clone() |
boolean |
equals(Object obj) |
List<DelegatedAdministrator> |
getDelegatedAdministrators()
The list of delegated administrators in your organization.
|
String |
getNextToken()
If present, indicates that more output is available than is included in the current response.
|
int |
hashCode() |
void |
setDelegatedAdministrators(Collection<DelegatedAdministrator> delegatedAdministrators)
The list of delegated administrators in your organization.
|
void |
setNextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
String |
toString()
Returns a string representation of this object.
|
ListDelegatedAdministratorsResult |
withDelegatedAdministrators(Collection<DelegatedAdministrator> delegatedAdministrators)
The list of delegated administrators in your organization.
|
ListDelegatedAdministratorsResult |
withDelegatedAdministrators(DelegatedAdministrator... delegatedAdministrators)
The list of delegated administrators in your organization.
|
ListDelegatedAdministratorsResult |
withNextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<DelegatedAdministrator> getDelegatedAdministrators()
The list of delegated administrators in your organization.
public void setDelegatedAdministrators(Collection<DelegatedAdministrator> delegatedAdministrators)
The list of delegated administrators in your organization.
delegatedAdministrators - The list of delegated administrators in your organization.public ListDelegatedAdministratorsResult withDelegatedAdministrators(DelegatedAdministrator... delegatedAdministrators)
The list of delegated administrators in your organization.
NOTE: This method appends the values to the existing list (if any). Use
setDelegatedAdministrators(java.util.Collection) or
withDelegatedAdministrators(java.util.Collection) if you want to override the existing values.
delegatedAdministrators - The list of delegated administrators in your organization.public ListDelegatedAdministratorsResult withDelegatedAdministrators(Collection<DelegatedAdministrator> delegatedAdministrators)
The list of delegated administrators in your organization.
delegatedAdministrators - The list of delegated administrators in your organization.public void setNextToken(String nextToken)
If present, indicates that more output is available than is included in the current response. Use this value in
the NextToken request parameter in a subsequent call to the operation to get the next part of the
output. You should repeat this until the NextToken response element comes back as null.
nextToken - If present, indicates that more output is available than is included in the current response. Use this
value in the NextToken request parameter in a subsequent call to the operation to get the
next part of the output. You should repeat this until the NextToken response element comes
back as null.public String getNextToken()
If present, indicates that more output is available than is included in the current response. Use this value in
the NextToken request parameter in a subsequent call to the operation to get the next part of the
output. You should repeat this until the NextToken response element comes back as null.
NextToken request parameter in a subsequent call to the operation to get the
next part of the output. You should repeat this until the NextToken response element comes
back as null.public ListDelegatedAdministratorsResult withNextToken(String nextToken)
If present, indicates that more output is available than is included in the current response. Use this value in
the NextToken request parameter in a subsequent call to the operation to get the next part of the
output. You should repeat this until the NextToken response element comes back as null.
nextToken - If present, indicates that more output is available than is included in the current response. Use this
value in the NextToken request parameter in a subsequent call to the operation to get the
next part of the output. You should repeat this until the NextToken response element comes
back as null.public String toString()
toString in class ObjectObject.toString()public ListDelegatedAdministratorsResult clone()