@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 action.
| 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 action.
|
int |
hashCode() |
void |
setServiceSetting(ServiceSetting serviceSetting)
The current, effective service setting after calling the ResetServiceSetting API action.
|
String |
toString()
Returns a string representation of this object.
|
ResetServiceSettingResult |
withServiceSetting(ServiceSetting serviceSetting)
The current, effective service setting after calling the ResetServiceSetting API action.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setServiceSetting(ServiceSetting serviceSetting)
The current, effective service setting after calling the ResetServiceSetting API action.
serviceSetting - The current, effective service setting after calling the ResetServiceSetting API action.public ServiceSetting getServiceSetting()
The current, effective service setting after calling the ResetServiceSetting API action.
public ResetServiceSettingResult withServiceSetting(ServiceSetting serviceSetting)
The current, effective service setting after calling the ResetServiceSetting API action.
serviceSetting - The current, effective service setting after calling the ResetServiceSetting API action.public String toString()
toString in class ObjectObject.toString()public ResetServiceSettingResult clone()