ToCopyableBuilder<ListTrafficPoliciesResponse.Builder,ListTrafficPoliciesResponse>@Generated("software.amazon.awssdk:codegen") public class ListTrafficPoliciesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListTrafficPoliciesResponse.Builder,ListTrafficPoliciesResponse>
A complex type that contains the response information for the request.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ListTrafficPoliciesResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static ListTrafficPoliciesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Boolean |
isTruncated() |
A flag that indicates whether there are more traffic policies to be listed.
|
String |
maxItems() |
The value that you specified for the
MaxItems parameter in the ListTrafficPolicies
request that produced the current response. |
static Class<? extends ListTrafficPoliciesResponse.Builder> |
serializableBuilderClass() |
|
ListTrafficPoliciesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
trafficPolicyIdMarker() |
If the value of
IsTruncated is true, TrafficPolicyIdMarker is the ID of
the first traffic policy in the next group of MaxItems traffic policies. |
List<TrafficPolicySummary> |
trafficPolicySummaries() |
A list that contains one
TrafficPolicySummary element for each traffic policy that was created by
the current AWS account. |
setSdkHttpMetadata, setSdkResponseMetadatapublic List<TrafficPolicySummary> trafficPolicySummaries()
A list that contains one TrafficPolicySummary element for each traffic policy that was created by
the current AWS account.
TrafficPolicySummary element for each traffic policy that was
created by the current AWS account.public Boolean isTruncated()
A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you
can get the next group of traffic policies by submitting another ListTrafficPolicies request and
specifying the value of TrafficPolicyIdMarker in the TrafficPolicyIdMarker request
parameter.
ListTrafficPolicies request and specifying the value of TrafficPolicyIdMarker
in the TrafficPolicyIdMarker request parameter.public String trafficPolicyIdMarker()
If the value of IsTruncated is true, TrafficPolicyIdMarker is the ID of
the first traffic policy in the next group of MaxItems traffic policies.
IsTruncated is true, TrafficPolicyIdMarker is the
ID of the first traffic policy in the next group of MaxItems traffic policies.public String maxItems()
The value that you specified for the MaxItems parameter in the ListTrafficPolicies
request that produced the current response.
MaxItems parameter in the
ListTrafficPolicies request that produced the current response.public ListTrafficPoliciesResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListTrafficPoliciesResponse.Builder,ListTrafficPoliciesResponse>public static ListTrafficPoliciesResponse.Builder builder()
public static Class<? extends ListTrafficPoliciesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.