@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetachTrafficSourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DetachTrafficSourcesRequest() |
Modifier and Type | Method and Description |
---|---|
DetachTrafficSourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAutoScalingGroupName()
The name of the Auto Scaling group.
|
List<TrafficSourceIdentifier> |
getTrafficSources()
The unique identifiers of one or more traffic sources you are detaching.
|
int |
hashCode() |
void |
setAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
void |
setTrafficSources(Collection<TrafficSourceIdentifier> trafficSources)
The unique identifiers of one or more traffic sources you are detaching.
|
String |
toString()
Returns a string representation of this object.
|
DetachTrafficSourcesRequest |
withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
DetachTrafficSourcesRequest |
withTrafficSources(Collection<TrafficSourceIdentifier> trafficSources)
The unique identifiers of one or more traffic sources you are detaching.
|
DetachTrafficSourcesRequest |
withTrafficSources(TrafficSourceIdentifier... trafficSources)
The unique identifiers of one or more traffic sources you are detaching.
|
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 setAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName
- The name of the Auto Scaling group.public String getAutoScalingGroupName()
The name of the Auto Scaling group.
public DetachTrafficSourcesRequest withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName
- The name of the Auto Scaling group.public List<TrafficSourceIdentifier> getTrafficSources()
The unique identifiers of one or more traffic sources you are detaching. You can specify up to 10 traffic sources.
Currently, you must specify an Amazon Resource Name (ARN) for an existing VPC Lattice target group. When you
detach a target group, it enters the Removing
state while deregistering the instances in the group.
When all instances are deregistered, then you can no longer describe the target group using the
DescribeTrafficSources API call. The instances continue to run.
Currently, you must specify an Amazon Resource Name (ARN) for an existing VPC Lattice target group. When
you detach a target group, it enters the Removing
state while deregistering the instances in
the group. When all instances are deregistered, then you can no longer describe the target group using
the DescribeTrafficSources API call. The instances continue to run.
public void setTrafficSources(Collection<TrafficSourceIdentifier> trafficSources)
The unique identifiers of one or more traffic sources you are detaching. You can specify up to 10 traffic sources.
Currently, you must specify an Amazon Resource Name (ARN) for an existing VPC Lattice target group. When you
detach a target group, it enters the Removing
state while deregistering the instances in the group.
When all instances are deregistered, then you can no longer describe the target group using the
DescribeTrafficSources API call. The instances continue to run.
trafficSources
- The unique identifiers of one or more traffic sources you are detaching. You can specify up to 10 traffic
sources.
Currently, you must specify an Amazon Resource Name (ARN) for an existing VPC Lattice target group. When
you detach a target group, it enters the Removing
state while deregistering the instances in
the group. When all instances are deregistered, then you can no longer describe the target group using the
DescribeTrafficSources API call. The instances continue to run.
public DetachTrafficSourcesRequest withTrafficSources(TrafficSourceIdentifier... trafficSources)
The unique identifiers of one or more traffic sources you are detaching. You can specify up to 10 traffic sources.
Currently, you must specify an Amazon Resource Name (ARN) for an existing VPC Lattice target group. When you
detach a target group, it enters the Removing
state while deregistering the instances in the group.
When all instances are deregistered, then you can no longer describe the target group using the
DescribeTrafficSources API call. The instances continue to run.
NOTE: This method appends the values to the existing list (if any). Use
setTrafficSources(java.util.Collection)
or withTrafficSources(java.util.Collection)
if you want
to override the existing values.
trafficSources
- The unique identifiers of one or more traffic sources you are detaching. You can specify up to 10 traffic
sources.
Currently, you must specify an Amazon Resource Name (ARN) for an existing VPC Lattice target group. When
you detach a target group, it enters the Removing
state while deregistering the instances in
the group. When all instances are deregistered, then you can no longer describe the target group using the
DescribeTrafficSources API call. The instances continue to run.
public DetachTrafficSourcesRequest withTrafficSources(Collection<TrafficSourceIdentifier> trafficSources)
The unique identifiers of one or more traffic sources you are detaching. You can specify up to 10 traffic sources.
Currently, you must specify an Amazon Resource Name (ARN) for an existing VPC Lattice target group. When you
detach a target group, it enters the Removing
state while deregistering the instances in the group.
When all instances are deregistered, then you can no longer describe the target group using the
DescribeTrafficSources API call. The instances continue to run.
trafficSources
- The unique identifiers of one or more traffic sources you are detaching. You can specify up to 10 traffic
sources.
Currently, you must specify an Amazon Resource Name (ARN) for an existing VPC Lattice target group. When
you detach a target group, it enters the Removing
state while deregistering the instances in
the group. When all instances are deregistered, then you can no longer describe the target group using the
DescribeTrafficSources API call. The instances continue to run.
public String toString()
toString
in class Object
Object.toString()
public DetachTrafficSourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()