@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateActionTargetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateActionTargetRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateActionTargetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getActionTargetArn()
The ARN of the custom action target to update.
|
String |
getDescription()
The updated description for the custom action target.
|
String |
getName()
The updated name of the custom action target.
|
int |
hashCode() |
void |
setActionTargetArn(String actionTargetArn)
The ARN of the custom action target to update.
|
void |
setDescription(String description)
The updated description for the custom action target.
|
void |
setName(String name)
The updated name of the custom action target.
|
String |
toString()
Returns a string representation of this object.
|
UpdateActionTargetRequest |
withActionTargetArn(String actionTargetArn)
The ARN of the custom action target to update.
|
UpdateActionTargetRequest |
withDescription(String description)
The updated description for the custom action target.
|
UpdateActionTargetRequest |
withName(String name)
The updated name of the custom action target.
|
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 setActionTargetArn(String actionTargetArn)
The ARN of the custom action target to update.
actionTargetArn
- The ARN of the custom action target to update.public String getActionTargetArn()
The ARN of the custom action target to update.
public UpdateActionTargetRequest withActionTargetArn(String actionTargetArn)
The ARN of the custom action target to update.
actionTargetArn
- The ARN of the custom action target to update.public void setName(String name)
The updated name of the custom action target.
name
- The updated name of the custom action target.public String getName()
The updated name of the custom action target.
public UpdateActionTargetRequest withName(String name)
The updated name of the custom action target.
name
- The updated name of the custom action target.public void setDescription(String description)
The updated description for the custom action target.
description
- The updated description for the custom action target.public String getDescription()
The updated description for the custom action target.
public UpdateActionTargetRequest withDescription(String description)
The updated description for the custom action target.
description
- The updated description for the custom action target.public String toString()
toString
in class Object
Object.toString()
public UpdateActionTargetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()