@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateExtensionAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateExtensionAssociationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateExtensionAssociationRequest |
addParametersEntry(String key,
String value)
Add a single Parameters entry
|
UpdateExtensionAssociationRequest |
clearParametersEntries()
Removes all the entries added into Parameters.
|
UpdateExtensionAssociationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getExtensionAssociationId()
The system-generated ID for the association.
|
Map<String,String> |
getParameters()
The parameter names and values defined in the extension.
|
int |
hashCode() |
void |
setExtensionAssociationId(String extensionAssociationId)
The system-generated ID for the association.
|
void |
setParameters(Map<String,String> parameters)
The parameter names and values defined in the extension.
|
String |
toString()
Returns a string representation of this object.
|
UpdateExtensionAssociationRequest |
withExtensionAssociationId(String extensionAssociationId)
The system-generated ID for the association.
|
UpdateExtensionAssociationRequest |
withParameters(Map<String,String> parameters)
The parameter names and values defined in the extension.
|
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 setExtensionAssociationId(String extensionAssociationId)
The system-generated ID for the association.
extensionAssociationId
- The system-generated ID for the association.public String getExtensionAssociationId()
The system-generated ID for the association.
public UpdateExtensionAssociationRequest withExtensionAssociationId(String extensionAssociationId)
The system-generated ID for the association.
extensionAssociationId
- The system-generated ID for the association.public Map<String,String> getParameters()
The parameter names and values defined in the extension.
public void setParameters(Map<String,String> parameters)
The parameter names and values defined in the extension.
parameters
- The parameter names and values defined in the extension.public UpdateExtensionAssociationRequest withParameters(Map<String,String> parameters)
The parameter names and values defined in the extension.
parameters
- The parameter names and values defined in the extension.public UpdateExtensionAssociationRequest addParametersEntry(String key, String value)
public UpdateExtensionAssociationRequest clearParametersEntries()
public String toString()
toString
in class Object
Object.toString()
public UpdateExtensionAssociationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()