@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResetServiceSettingResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result body of the ResetServiceSetting API operation.
| Constructor and Description |
|---|
ResetServiceSettingResult() |
| Modifier and Type | Method and Description |
|---|---|
ResetServiceSettingResult |
clone() |
boolean |
equals(Object obj) |
ServiceSetting |
getServiceSetting()
The current, effective service setting after calling the ResetServiceSetting API operation.
|
int |
hashCode() |
void |
setServiceSetting(ServiceSetting serviceSetting)
The current, effective service setting after calling the ResetServiceSetting API operation.
|
String |
toString()
Returns a string representation of this object.
|
ResetServiceSettingResult |
withServiceSetting(ServiceSetting serviceSetting)
The current, effective service setting after calling the ResetServiceSetting API operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setServiceSetting(ServiceSetting serviceSetting)
The current, effective service setting after calling the ResetServiceSetting API operation.
serviceSetting - The current, effective service setting after calling the ResetServiceSetting API operation.public ServiceSetting getServiceSetting()
The current, effective service setting after calling the ResetServiceSetting API operation.
public ResetServiceSettingResult withServiceSetting(ServiceSetting serviceSetting)
The current, effective service setting after calling the ResetServiceSetting API operation.
serviceSetting - The current, effective service setting after calling the ResetServiceSetting API operation.public String toString()
toString in class ObjectObject.toString()public ResetServiceSettingResult clone()