@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTargetGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteTargetGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteTargetGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getTargetGroupIdentifier()
The ID or Amazon Resource Name (ARN) of the target group.
|
int |
hashCode() |
void |
setTargetGroupIdentifier(String targetGroupIdentifier)
The ID or Amazon Resource Name (ARN) of the target group.
|
String |
toString()
Returns a string representation of this object.
|
DeleteTargetGroupRequest |
withTargetGroupIdentifier(String targetGroupIdentifier)
The ID or Amazon Resource Name (ARN) of the target group.
|
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, withSdkRequestTimeoutpublic void setTargetGroupIdentifier(String targetGroupIdentifier)
The ID or Amazon Resource Name (ARN) of the target group.
targetGroupIdentifier - The ID or Amazon Resource Name (ARN) of the target group.public String getTargetGroupIdentifier()
The ID or Amazon Resource Name (ARN) of the target group.
public DeleteTargetGroupRequest withTargetGroupIdentifier(String targetGroupIdentifier)
The ID or Amazon Resource Name (ARN) of the target group.
targetGroupIdentifier - The ID or Amazon Resource Name (ARN) of the target group.public String toString()
toString in class ObjectObject.toString()public DeleteTargetGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()