@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceUpdateRequest extends Object implements Serializable, Cloneable, StructuredPojo
A request to apply a service update
| Constructor and Description | 
|---|
| ServiceUpdateRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ServiceUpdateRequest | clone() | 
| boolean | equals(Object obj) | 
| String | getServiceUpdateNameToApply()
 The unique ID of the service update | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setServiceUpdateNameToApply(String serviceUpdateNameToApply)
 The unique ID of the service update | 
| String | toString()Returns a string representation of this object. | 
| ServiceUpdateRequest | withServiceUpdateNameToApply(String serviceUpdateNameToApply)
 The unique ID of the service update | 
public void setServiceUpdateNameToApply(String serviceUpdateNameToApply)
The unique ID of the service update
serviceUpdateNameToApply - The unique ID of the service updatepublic String getServiceUpdateNameToApply()
The unique ID of the service update
public ServiceUpdateRequest withServiceUpdateNameToApply(String serviceUpdateNameToApply)
The unique ID of the service update
serviceUpdateNameToApply - The unique ID of the service updatepublic String toString()
toString in class ObjectObject.toString()public ServiceUpdateRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.