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