@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeSettingsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeSettingsResult |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryId()
The identifier of the directory.
|
String |
getNextToken()
If not null, token that indicates that more results are available.
|
List<SettingEntry> |
getSettingEntries()
The list of SettingEntry objects that were retrieved.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The identifier of the directory.
|
void |
setNextToken(String nextToken)
If not null, token that indicates that more results are available.
|
void |
setSettingEntries(Collection<SettingEntry> settingEntries)
The list of SettingEntry objects that were retrieved.
|
String |
toString()
Returns a string representation of this object.
|
DescribeSettingsResult |
withDirectoryId(String directoryId)
The identifier of the directory.
|
DescribeSettingsResult |
withNextToken(String nextToken)
If not null, token that indicates that more results are available.
|
DescribeSettingsResult |
withSettingEntries(Collection<SettingEntry> settingEntries)
The list of SettingEntry objects that were retrieved.
|
DescribeSettingsResult |
withSettingEntries(SettingEntry... settingEntries)
The list of SettingEntry objects that were retrieved.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDirectoryId(String directoryId)
The identifier of the directory.
directoryId
- The identifier of the directory.public String getDirectoryId()
The identifier of the directory.
public DescribeSettingsResult withDirectoryId(String directoryId)
The identifier of the directory.
directoryId
- The identifier of the directory.public List<SettingEntry> getSettingEntries()
The list of SettingEntry objects that were retrieved.
It is possible that this list contains less than the number of items specified in the Limit
member
of the request. This occurs if there are less than the requested number of items left to retrieve, or if the
limitations of the operation have been exceeded.
It is possible that this list contains less than the number of items specified in the Limit
member of the request. This occurs if there are less than the requested number of items left to retrieve,
or if the limitations of the operation have been exceeded.
public void setSettingEntries(Collection<SettingEntry> settingEntries)
The list of SettingEntry objects that were retrieved.
It is possible that this list contains less than the number of items specified in the Limit
member
of the request. This occurs if there are less than the requested number of items left to retrieve, or if the
limitations of the operation have been exceeded.
settingEntries
- The list of SettingEntry objects that were retrieved.
It is possible that this list contains less than the number of items specified in the Limit
member of the request. This occurs if there are less than the requested number of items left to retrieve,
or if the limitations of the operation have been exceeded.
public DescribeSettingsResult withSettingEntries(SettingEntry... settingEntries)
The list of SettingEntry objects that were retrieved.
It is possible that this list contains less than the number of items specified in the Limit
member
of the request. This occurs if there are less than the requested number of items left to retrieve, or if the
limitations of the operation have been exceeded.
NOTE: This method appends the values to the existing list (if any). Use
setSettingEntries(java.util.Collection)
or withSettingEntries(java.util.Collection)
if you want
to override the existing values.
settingEntries
- The list of SettingEntry objects that were retrieved.
It is possible that this list contains less than the number of items specified in the Limit
member of the request. This occurs if there are less than the requested number of items left to retrieve,
or if the limitations of the operation have been exceeded.
public DescribeSettingsResult withSettingEntries(Collection<SettingEntry> settingEntries)
The list of SettingEntry objects that were retrieved.
It is possible that this list contains less than the number of items specified in the Limit
member
of the request. This occurs if there are less than the requested number of items left to retrieve, or if the
limitations of the operation have been exceeded.
settingEntries
- The list of SettingEntry objects that were retrieved.
It is possible that this list contains less than the number of items specified in the Limit
member of the request. This occurs if there are less than the requested number of items left to retrieve,
or if the limitations of the operation have been exceeded.
public void setNextToken(String nextToken)
If not null, token that indicates that more results are available. Pass this value for the NextToken
parameter in a subsequent call to DescribeSettings
to retrieve the next set of items.
nextToken
- If not null, token that indicates that more results are available. Pass this value for the
NextToken
parameter in a subsequent call to DescribeSettings
to retrieve the
next set of items.public String getNextToken()
If not null, token that indicates that more results are available. Pass this value for the NextToken
parameter in a subsequent call to DescribeSettings
to retrieve the next set of items.
NextToken
parameter in a subsequent call to DescribeSettings
to retrieve the
next set of items.public DescribeSettingsResult withNextToken(String nextToken)
If not null, token that indicates that more results are available. Pass this value for the NextToken
parameter in a subsequent call to DescribeSettings
to retrieve the next set of items.
nextToken
- If not null, token that indicates that more results are available. Pass this value for the
NextToken
parameter in a subsequent call to DescribeSettings
to retrieve the
next set of items.public String toString()
toString
in class Object
Object.toString()
public DescribeSettingsResult clone()