@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() |
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 type of traffic source you are describing.
|
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 type of traffic source you are describing.
|
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 type of traffic source you are describing.
|
addHandlerContext, copyBaseTo, 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 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 type of traffic source you are describing. Currently, the only valid value is vpc-lattice.
trafficSourceType - The type of traffic source you are describing. Currently, the only valid value is vpc-lattice
.public String getTrafficSourceType()
The type of traffic source you are describing. Currently, the only valid value is vpc-lattice.
vpc-lattice.public DescribeTrafficSourcesRequest withTrafficSourceType(String trafficSourceType)
The type of traffic source you are describing. Currently, the only valid value is vpc-lattice.
trafficSourceType - The type of traffic source you are describing. Currently, the only valid value 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 ObjectObject.toString()public DescribeTrafficSourcesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.