@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTrafficSourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeTrafficSourcesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeTrafficSourcesRequest |
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.
|
Integer |
getMaxRecords()
The maximum number of items to return with this call.
|
String |
getNextToken()
The token for the next set of items to return.
|
String |
getTrafficSourceType()
The traffic source type that you want to describe.
|
int |
hashCode() |
void |
setAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
void |
setMaxRecords(Integer maxRecords)
The maximum number of items to return with this call.
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
void |
setTrafficSourceType(String trafficSourceType)
The traffic source type that you want to describe.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTrafficSourcesRequest |
withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
DescribeTrafficSourcesRequest |
withMaxRecords(Integer maxRecords)
The maximum number of items to return with this call.
|
DescribeTrafficSourcesRequest |
withNextToken(String nextToken)
The token for the next set of items to return.
|
DescribeTrafficSourcesRequest |
withTrafficSourceType(String trafficSourceType)
The traffic source type that you want to describe.
|
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 DescribeTrafficSourcesRequest withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName
- The name of the Auto Scaling group.public void setTrafficSourceType(String trafficSourceType)
The traffic source type that you want to describe.
The following lists the valid values:
elb
if the traffic source is a Classic Load Balancer.
elbv2
if the traffic source is a Application Load Balancer, Gateway Load Balancer, or Network Load
Balancer.
vpc-lattice
if the traffic source is VPC Lattice.
trafficSourceType
- The traffic source type that you want to describe.
The following lists the valid values:
elb
if the traffic source is a Classic Load Balancer.
elbv2
if the traffic source is a Application Load Balancer, Gateway Load Balancer, or Network
Load Balancer.
vpc-lattice
if the traffic source is VPC Lattice.
public String getTrafficSourceType()
The traffic source type that you want to describe.
The following lists the valid values:
elb
if the traffic source is a Classic Load Balancer.
elbv2
if the traffic source is a Application Load Balancer, Gateway Load Balancer, or Network Load
Balancer.
vpc-lattice
if the traffic source is VPC Lattice.
The following lists the valid values:
elb
if the traffic source is a Classic Load Balancer.
elbv2
if the traffic source is a Application Load Balancer, Gateway Load Balancer, or
Network Load Balancer.
vpc-lattice
if the traffic source is VPC Lattice.
public DescribeTrafficSourcesRequest withTrafficSourceType(String trafficSourceType)
The traffic source type that you want to describe.
The following lists the valid values:
elb
if the traffic source is a Classic Load Balancer.
elbv2
if the traffic source is a Application Load Balancer, Gateway Load Balancer, or Network Load
Balancer.
vpc-lattice
if the traffic source is VPC Lattice.
trafficSourceType
- The traffic source type that you want to describe.
The following lists the valid values:
elb
if the traffic source is a Classic Load Balancer.
elbv2
if the traffic source is a Application Load Balancer, Gateway Load Balancer, or Network
Load Balancer.
vpc-lattice
if the traffic source is VPC Lattice.
public void setNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)public String getNextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public DescribeTrafficSourcesRequest withNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)public void setMaxRecords(Integer maxRecords)
The maximum number of items to return with this call. The maximum value is 50
.
maxRecords
- The maximum number of items to return with this call. The maximum value is 50
.public Integer getMaxRecords()
The maximum number of items to return with this call. The maximum value is 50
.
50
.public DescribeTrafficSourcesRequest withMaxRecords(Integer maxRecords)
The maximum number of items to return with this call. The maximum value is 50
.
maxRecords
- The maximum number of items to return with this call. The maximum value is 50
.public String toString()
toString
in class Object
Object.toString()
public DescribeTrafficSourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()