@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateSettingsResult() |
Modifier and Type | Method and Description |
---|---|
UpdateSettingsResult |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryId()
The identifier of the directory.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The identifier of the directory.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSettingsResult |
withDirectoryId(String directoryId)
The identifier of the directory.
|
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 UpdateSettingsResult withDirectoryId(String directoryId)
The identifier of the directory.
directoryId
- The identifier of the directory.public String toString()
toString
in class Object
Object.toString()
public UpdateSettingsResult clone()