@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateServiceActionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateServiceActionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateServiceActionRequest |
addDefinitionEntry(String key,
String value)
Add a single Definition entry
|
UpdateServiceActionRequest |
clearDefinitionEntries()
Removes all the entries added into Definition.
|
UpdateServiceActionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAcceptLanguage()
The language code.
|
Map<String,String> |
getDefinition()
A map that defines the self-service action.
|
String |
getDescription()
The self-service action description.
|
String |
getId()
The self-service action identifier.
|
String |
getName()
The self-service action name.
|
int |
hashCode() |
void |
setAcceptLanguage(String acceptLanguage)
The language code.
|
void |
setDefinition(Map<String,String> definition)
A map that defines the self-service action.
|
void |
setDescription(String description)
The self-service action description.
|
void |
setId(String id)
The self-service action identifier.
|
void |
setName(String name)
The self-service action name.
|
String |
toString()
Returns a string representation of this object.
|
UpdateServiceActionRequest |
withAcceptLanguage(String acceptLanguage)
The language code.
|
UpdateServiceActionRequest |
withDefinition(Map<String,String> definition)
A map that defines the self-service action.
|
UpdateServiceActionRequest |
withDescription(String description)
The self-service action description.
|
UpdateServiceActionRequest |
withId(String id)
The self-service action identifier.
|
UpdateServiceActionRequest |
withName(String name)
The self-service action name.
|
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 setId(String id)
The self-service action identifier.
id
- The self-service action identifier.public String getId()
The self-service action identifier.
public UpdateServiceActionRequest withId(String id)
The self-service action identifier.
id
- The self-service action identifier.public void setName(String name)
The self-service action name.
name
- The self-service action name.public String getName()
The self-service action name.
public UpdateServiceActionRequest withName(String name)
The self-service action name.
name
- The self-service action name.public Map<String,String> getDefinition()
A map that defines the self-service action.
public void setDefinition(Map<String,String> definition)
A map that defines the self-service action.
definition
- A map that defines the self-service action.public UpdateServiceActionRequest withDefinition(Map<String,String> definition)
A map that defines the self-service action.
definition
- A map that defines the self-service action.public UpdateServiceActionRequest addDefinitionEntry(String key, String value)
public UpdateServiceActionRequest clearDefinitionEntries()
public void setDescription(String description)
The self-service action description.
description
- The self-service action description.public String getDescription()
The self-service action description.
public UpdateServiceActionRequest withDescription(String description)
The self-service action description.
description
- The self-service action description.public void setAcceptLanguage(String acceptLanguage)
The language code.
jp
- Japanese
zh
- Chinese
acceptLanguage
- The language code.
jp
- Japanese
zh
- Chinese
public String getAcceptLanguage()
The language code.
jp
- Japanese
zh
- Chinese
jp
- Japanese
zh
- Chinese
public UpdateServiceActionRequest withAcceptLanguage(String acceptLanguage)
The language code.
jp
- Japanese
zh
- Chinese
acceptLanguage
- The language code.
jp
- Japanese
zh
- Chinese
public String toString()
toString
in class Object
Object.toString()
public UpdateServiceActionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()