@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDirectoryRegistrationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListDirectoryRegistrationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListDirectoryRegistrationsResult |
clone() |
boolean |
equals(Object obj) |
List<DirectoryRegistrationSummary> |
getDirectoryRegistrations()
Summary information about each directory registration you have created.
|
String |
getNextToken()
Use this parameter when paginating results in a subsequent request after you receive a response with truncated
results.
|
int |
hashCode() |
void |
setDirectoryRegistrations(Collection<DirectoryRegistrationSummary> directoryRegistrations)
Summary information about each directory registration you have created.
|
void |
setNextToken(String nextToken)
Use this parameter when paginating results in a subsequent request after you receive a response with truncated
results.
|
String |
toString()
Returns a string representation of this object.
|
ListDirectoryRegistrationsResult |
withDirectoryRegistrations(Collection<DirectoryRegistrationSummary> directoryRegistrations)
Summary information about each directory registration you have created.
|
ListDirectoryRegistrationsResult |
withDirectoryRegistrations(DirectoryRegistrationSummary... directoryRegistrations)
Summary information about each directory registration you have created.
|
ListDirectoryRegistrationsResult |
withNextToken(String nextToken)
Use this parameter when paginating results in a subsequent request after you receive a response with truncated
results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<DirectoryRegistrationSummary> getDirectoryRegistrations()
Summary information about each directory registration you have created.
public void setDirectoryRegistrations(Collection<DirectoryRegistrationSummary> directoryRegistrations)
Summary information about each directory registration you have created.
directoryRegistrations - Summary information about each directory registration you have created.public ListDirectoryRegistrationsResult withDirectoryRegistrations(DirectoryRegistrationSummary... directoryRegistrations)
Summary information about each directory registration you have created.
NOTE: This method appends the values to the existing list (if any). Use
setDirectoryRegistrations(java.util.Collection) or
withDirectoryRegistrations(java.util.Collection) if you want to override the existing values.
directoryRegistrations - Summary information about each directory registration you have created.public ListDirectoryRegistrationsResult withDirectoryRegistrations(Collection<DirectoryRegistrationSummary> directoryRegistrations)
Summary information about each directory registration you have created.
directoryRegistrations - Summary information about each directory registration you have created.public void setNextToken(String nextToken)
Use this parameter when paginating results in a subsequent request after you receive a response with truncated
results. Set it to the value of the NextToken parameter from the response you just received.
nextToken - Use this parameter when paginating results in a subsequent request after you receive a response with
truncated results. Set it to the value of the NextToken parameter from the response you just
received.public String getNextToken()
Use this parameter when paginating results in a subsequent request after you receive a response with truncated
results. Set it to the value of the NextToken parameter from the response you just received.
NextToken parameter from the response you just
received.public ListDirectoryRegistrationsResult withNextToken(String nextToken)
Use this parameter when paginating results in a subsequent request after you receive a response with truncated
results. Set it to the value of the NextToken parameter from the response you just received.
nextToken - Use this parameter when paginating results in a subsequent request after you receive a response with
truncated results. Set it to the value of the NextToken parameter from the response you just
received.public String toString()
toString in class ObjectObject.toString()public ListDirectoryRegistrationsResult clone()