@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateExtensionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateExtensionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateExtensionRequest |
addActionsEntry(String key,
List<Action> value)
Add a single Actions entry
|
UpdateExtensionRequest |
addParametersEntry(String key,
Parameter value)
Add a single Parameters entry
|
UpdateExtensionRequest |
clearActionsEntries()
Removes all the entries added into Actions.
|
UpdateExtensionRequest |
clearParametersEntries()
Removes all the entries added into Parameters.
|
UpdateExtensionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Map<String,List<Action>> |
getActions()
The actions defined in the extension.
|
String |
getDescription()
Information about the extension.
|
String |
getExtensionIdentifier()
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
|
Map<String,Parameter> |
getParameters()
One or more parameters for the actions called by the extension.
|
Integer |
getVersionNumber()
The extension version number.
|
int |
hashCode() |
void |
setActions(Map<String,List<Action>> actions)
The actions defined in the extension.
|
void |
setDescription(String description)
Information about the extension.
|
void |
setExtensionIdentifier(String extensionIdentifier)
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
|
void |
setParameters(Map<String,Parameter> parameters)
One or more parameters for the actions called by the extension.
|
void |
setVersionNumber(Integer versionNumber)
The extension version number.
|
String |
toString()
Returns a string representation of this object.
|
UpdateExtensionRequest |
withActions(Map<String,List<Action>> actions)
The actions defined in the extension.
|
UpdateExtensionRequest |
withDescription(String description)
Information about the extension.
|
UpdateExtensionRequest |
withExtensionIdentifier(String extensionIdentifier)
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
|
UpdateExtensionRequest |
withParameters(Map<String,Parameter> parameters)
One or more parameters for the actions called by the extension.
|
UpdateExtensionRequest |
withVersionNumber(Integer versionNumber)
The extension version number.
|
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 setExtensionIdentifier(String extensionIdentifier)
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
extensionIdentifier
- The name, the ID, or the Amazon Resource Name (ARN) of the extension.public String getExtensionIdentifier()
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
public UpdateExtensionRequest withExtensionIdentifier(String extensionIdentifier)
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
extensionIdentifier
- The name, the ID, or the Amazon Resource Name (ARN) of the extension.public void setDescription(String description)
Information about the extension.
description
- Information about the extension.public String getDescription()
Information about the extension.
public UpdateExtensionRequest withDescription(String description)
Information about the extension.
description
- Information about the extension.public Map<String,List<Action>> getActions()
The actions defined in the extension.
public void setActions(Map<String,List<Action>> actions)
The actions defined in the extension.
actions
- The actions defined in the extension.public UpdateExtensionRequest withActions(Map<String,List<Action>> actions)
The actions defined in the extension.
actions
- The actions defined in the extension.public UpdateExtensionRequest addActionsEntry(String key, List<Action> value)
public UpdateExtensionRequest clearActionsEntries()
public Map<String,Parameter> getParameters()
One or more parameters for the actions called by the extension.
public void setParameters(Map<String,Parameter> parameters)
One or more parameters for the actions called by the extension.
parameters
- One or more parameters for the actions called by the extension.public UpdateExtensionRequest withParameters(Map<String,Parameter> parameters)
One or more parameters for the actions called by the extension.
parameters
- One or more parameters for the actions called by the extension.public UpdateExtensionRequest addParametersEntry(String key, Parameter value)
public UpdateExtensionRequest clearParametersEntries()
public void setVersionNumber(Integer versionNumber)
The extension version number.
versionNumber
- The extension version number.public Integer getVersionNumber()
The extension version number.
public UpdateExtensionRequest withVersionNumber(Integer versionNumber)
The extension version number.
versionNumber
- The extension version number.public String toString()
toString
in class Object
Object.toString()
public UpdateExtensionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()