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