@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateSettingsRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateSettingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDirectoryId()
The identifier of the directory for which to update settings.
|
List<Setting> |
getSettings()
The list of Setting objects.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The identifier of the directory for which to update settings.
|
void |
setSettings(Collection<Setting> settings)
The list of Setting objects.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSettingsRequest |
withDirectoryId(String directoryId)
The identifier of the directory for which to update settings.
|
UpdateSettingsRequest |
withSettings(Collection<Setting> settings)
The list of Setting objects.
|
UpdateSettingsRequest |
withSettings(Setting... settings)
The list of Setting objects.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDirectoryId(String directoryId)
The identifier of the directory for which to update settings.
directoryId
- The identifier of the directory for which to update settings.public String getDirectoryId()
The identifier of the directory for which to update settings.
public UpdateSettingsRequest withDirectoryId(String directoryId)
The identifier of the directory for which to update settings.
directoryId
- The identifier of the directory for which to update settings.public List<Setting> getSettings()
The list of Setting objects.
public void setSettings(Collection<Setting> settings)
The list of Setting objects.
settings
- The list of Setting objects.public UpdateSettingsRequest withSettings(Setting... settings)
The list of Setting objects.
NOTE: This method appends the values to the existing list (if any). Use
setSettings(java.util.Collection)
or withSettings(java.util.Collection)
if you want to override
the existing values.
settings
- The list of Setting objects.public UpdateSettingsRequest withSettings(Collection<Setting> settings)
The list of Setting objects.
settings
- The list of Setting objects.public String toString()
toString
in class Object
Object.toString()
public UpdateSettingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()