ToCopyableBuilder<ListProtectionsResponse.Builder,ListProtectionsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListProtectionsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListProtectionsResponse.Builder,ListProtectionsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListProtectionsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListProtectionsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
If you specify a value for
MaxResults and you have more Protections than the value of MaxResults,
AWS Shield Advanced returns a NextToken value in the response that allows you to list another group of
Protections. |
List<Protection> |
protections() |
The array of enabled Protection objects.
|
static Class<? extends ListProtectionsResponse.Builder> |
serializableBuilderClass() |
|
ListProtectionsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<Protection> protections()
The array of enabled Protection objects.
public String nextToken()
If you specify a value for MaxResults
and you have more Protections than the value of MaxResults,
AWS Shield Advanced returns a NextToken value in the response that allows you to list another group of
Protections. For the second and subsequent ListProtections requests, specify the value of NextToken from the
previous response to get information about another batch of Protections.
MaxResults
and you have more Protections than the value of
MaxResults, AWS Shield Advanced returns a NextToken value in the response that allows you to list another
group of Protections. For the second and subsequent ListProtections requests, specify the value of
NextToken from the previous response to get information about another batch of Protections.public ListProtectionsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListProtectionsResponse.Builder,ListProtectionsResponse>
public static ListProtectionsResponse.Builder builder()
public static Class<? extends ListProtectionsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.