@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SettingEntry extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the specified configurable setting for a directory.
Constructor and Description |
---|
SettingEntry() |
Modifier and Type | Method and Description |
---|---|
SettingEntry |
addRequestDetailedStatusEntry(String key,
String value)
Add a single RequestDetailedStatus entry
|
SettingEntry |
clearRequestDetailedStatusEntries()
Removes all the entries added into RequestDetailedStatus.
|
SettingEntry |
clone() |
boolean |
equals(Object obj) |
String |
getAllowedValues()
The valid range of values for the directory setting.
|
String |
getAppliedValue()
The value of the directory setting that is applied to the directory.
|
Date |
getLastRequestedDateTime()
The date and time when the request to update a directory setting was last submitted.
|
Date |
getLastUpdatedDateTime()
The date and time when the directory setting was last updated.
|
String |
getName()
The name of the directory setting.
|
Map<String,String> |
getRequestDetailedStatus()
Details about the status of the request to update the directory setting.
|
String |
getRequestedValue()
The value that was last requested for the directory setting.
|
String |
getRequestStatus()
The overall status of the request to update the directory setting request.
|
String |
getRequestStatusMessage()
The last status message for the directory status request.
|
String |
getType()
The type of directory setting.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAllowedValues(String allowedValues)
The valid range of values for the directory setting.
|
void |
setAppliedValue(String appliedValue)
The value of the directory setting that is applied to the directory.
|
void |
setLastRequestedDateTime(Date lastRequestedDateTime)
The date and time when the request to update a directory setting was last submitted.
|
void |
setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time when the directory setting was last updated.
|
void |
setName(String name)
The name of the directory setting.
|
void |
setRequestDetailedStatus(Map<String,String> requestDetailedStatus)
Details about the status of the request to update the directory setting.
|
void |
setRequestedValue(String requestedValue)
The value that was last requested for the directory setting.
|
void |
setRequestStatus(String requestStatus)
The overall status of the request to update the directory setting request.
|
void |
setRequestStatusMessage(String requestStatusMessage)
The last status message for the directory status request.
|
void |
setType(String type)
The type of directory setting.
|
String |
toString()
Returns a string representation of this object.
|
SettingEntry |
withAllowedValues(String allowedValues)
The valid range of values for the directory setting.
|
SettingEntry |
withAppliedValue(String appliedValue)
The value of the directory setting that is applied to the directory.
|
SettingEntry |
withLastRequestedDateTime(Date lastRequestedDateTime)
The date and time when the request to update a directory setting was last submitted.
|
SettingEntry |
withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time when the directory setting was last updated.
|
SettingEntry |
withName(String name)
The name of the directory setting.
|
SettingEntry |
withRequestDetailedStatus(Map<String,String> requestDetailedStatus)
Details about the status of the request to update the directory setting.
|
SettingEntry |
withRequestedValue(String requestedValue)
The value that was last requested for the directory setting.
|
SettingEntry |
withRequestStatus(DirectoryConfigurationStatus requestStatus)
The overall status of the request to update the directory setting request.
|
SettingEntry |
withRequestStatus(String requestStatus)
The overall status of the request to update the directory setting request.
|
SettingEntry |
withRequestStatusMessage(String requestStatusMessage)
The last status message for the directory status request.
|
SettingEntry |
withType(String type)
The type of directory setting.
|
public void setType(String type)
The type of directory setting. For example, Protocol
or Cipher
.
type
- The type of directory setting. For example, Protocol
or Cipher
.public String getType()
The type of directory setting. For example, Protocol
or Cipher
.
Protocol
or Cipher
.public SettingEntry withType(String type)
The type of directory setting. For example, Protocol
or Cipher
.
type
- The type of directory setting. For example, Protocol
or Cipher
.public void setName(String name)
The name of the directory setting. For example:
TLS_1_0
name
- The name of the directory setting. For example:
TLS_1_0
public String getName()
The name of the directory setting. For example:
TLS_1_0
TLS_1_0
public SettingEntry withName(String name)
The name of the directory setting. For example:
TLS_1_0
name
- The name of the directory setting. For example:
TLS_1_0
public void setAllowedValues(String allowedValues)
The valid range of values for the directory setting.
allowedValues
- The valid range of values for the directory setting.public String getAllowedValues()
The valid range of values for the directory setting.
public SettingEntry withAllowedValues(String allowedValues)
The valid range of values for the directory setting.
allowedValues
- The valid range of values for the directory setting.public void setAppliedValue(String appliedValue)
The value of the directory setting that is applied to the directory.
appliedValue
- The value of the directory setting that is applied to the directory.public String getAppliedValue()
The value of the directory setting that is applied to the directory.
public SettingEntry withAppliedValue(String appliedValue)
The value of the directory setting that is applied to the directory.
appliedValue
- The value of the directory setting that is applied to the directory.public void setRequestedValue(String requestedValue)
The value that was last requested for the directory setting.
requestedValue
- The value that was last requested for the directory setting.public String getRequestedValue()
The value that was last requested for the directory setting.
public SettingEntry withRequestedValue(String requestedValue)
The value that was last requested for the directory setting.
requestedValue
- The value that was last requested for the directory setting.public void setRequestStatus(String requestStatus)
The overall status of the request to update the directory setting request. If the directory setting is deployed
in more than one region, and the request fails in any region, the overall status is Failed
.
requestStatus
- The overall status of the request to update the directory setting request. If the directory setting is
deployed in more than one region, and the request fails in any region, the overall status is
Failed
.DirectoryConfigurationStatus
public String getRequestStatus()
The overall status of the request to update the directory setting request. If the directory setting is deployed
in more than one region, and the request fails in any region, the overall status is Failed
.
Failed
.DirectoryConfigurationStatus
public SettingEntry withRequestStatus(String requestStatus)
The overall status of the request to update the directory setting request. If the directory setting is deployed
in more than one region, and the request fails in any region, the overall status is Failed
.
requestStatus
- The overall status of the request to update the directory setting request. If the directory setting is
deployed in more than one region, and the request fails in any region, the overall status is
Failed
.DirectoryConfigurationStatus
public SettingEntry withRequestStatus(DirectoryConfigurationStatus requestStatus)
The overall status of the request to update the directory setting request. If the directory setting is deployed
in more than one region, and the request fails in any region, the overall status is Failed
.
requestStatus
- The overall status of the request to update the directory setting request. If the directory setting is
deployed in more than one region, and the request fails in any region, the overall status is
Failed
.DirectoryConfigurationStatus
public Map<String,String> getRequestDetailedStatus()
Details about the status of the request to update the directory setting. If the directory setting is deployed in more than one region, status is returned for the request in each region where the setting is deployed.
public void setRequestDetailedStatus(Map<String,String> requestDetailedStatus)
Details about the status of the request to update the directory setting. If the directory setting is deployed in more than one region, status is returned for the request in each region where the setting is deployed.
requestDetailedStatus
- Details about the status of the request to update the directory setting. If the directory setting is
deployed in more than one region, status is returned for the request in each region where the setting is
deployed.public SettingEntry withRequestDetailedStatus(Map<String,String> requestDetailedStatus)
Details about the status of the request to update the directory setting. If the directory setting is deployed in more than one region, status is returned for the request in each region where the setting is deployed.
requestDetailedStatus
- Details about the status of the request to update the directory setting. If the directory setting is
deployed in more than one region, status is returned for the request in each region where the setting is
deployed.public SettingEntry addRequestDetailedStatusEntry(String key, String value)
public SettingEntry clearRequestDetailedStatusEntries()
public void setRequestStatusMessage(String requestStatusMessage)
The last status message for the directory status request.
requestStatusMessage
- The last status message for the directory status request.public String getRequestStatusMessage()
The last status message for the directory status request.
public SettingEntry withRequestStatusMessage(String requestStatusMessage)
The last status message for the directory status request.
requestStatusMessage
- The last status message for the directory status request.public void setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time when the directory setting was last updated.
lastUpdatedDateTime
- The date and time when the directory setting was last updated.public Date getLastUpdatedDateTime()
The date and time when the directory setting was last updated.
public SettingEntry withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time when the directory setting was last updated.
lastUpdatedDateTime
- The date and time when the directory setting was last updated.public void setLastRequestedDateTime(Date lastRequestedDateTime)
The date and time when the request to update a directory setting was last submitted.
lastRequestedDateTime
- The date and time when the request to update a directory setting was last submitted.public Date getLastRequestedDateTime()
The date and time when the request to update a directory setting was last submitted.
public SettingEntry withLastRequestedDateTime(Date lastRequestedDateTime)
The date and time when the request to update a directory setting was last submitted.
lastRequestedDateTime
- The date and time when the request to update a directory setting was last submitted.public String toString()
toString
in class Object
Object.toString()
public SettingEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.