@Generated(value="software.amazon.awssdk:codegen") public final class GetProtectionStatusRequest extends FmsRequest implements ToCopyableBuilder<GetProtectionStatusRequest.Builder,GetProtectionStatusRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetProtectionStatusRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetProtectionStatusRequest.Builder |
builder() |
Instant |
endTime()
The end of the time period to query for the attacks.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Specifies the number of objects that you want AWS Firewall Manager to return for this request.
|
String |
memberAccountId()
The AWS account that is in scope of the policy that you want to get the details for.
|
String |
nextToken()
If you specify a value for
MaxResults and you have more objects than the number that you specify for
MaxResults, AWS Firewall Manager returns a NextToken value in the response, which you
can use to retrieve another group of objects. |
String |
policyId()
The ID of the policy for which you want to get the attack information.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetProtectionStatusRequest.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The start of the time period to query for the attacks.
|
GetProtectionStatusRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String policyId()
The ID of the policy for which you want to get the attack information.
public String memberAccountId()
The AWS account that is in scope of the policy that you want to get the details for.
public Instant startTime()
The start of the time period to query for the attacks. This is a timestamp type. The request syntax
listing indicates a number type because the default used by AWS Firewall Manager is Unix time in
seconds. However, any valid timestamp format is allowed.
timestamp type. The request
syntax listing indicates a number type because the default used by AWS Firewall Manager is
Unix time in seconds. However, any valid timestamp format is allowed.public Instant endTime()
The end of the time period to query for the attacks. This is a timestamp type. The request syntax
listing indicates a number type because the default used by AWS Firewall Manager is Unix time in
seconds. However, any valid timestamp format is allowed.
timestamp type. The request
syntax listing indicates a number type because the default used by AWS Firewall Manager is
Unix time in seconds. However, any valid timestamp format is allowed.public String nextToken()
If you specify a value for MaxResults and you have more objects than the number that you specify for
MaxResults, AWS Firewall Manager returns a NextToken value in the response, which you
can use to retrieve another group of objects. For the second and subsequent GetProtectionStatus
requests, specify the value of NextToken from the previous response to get information about another
batch of objects.
MaxResults and you have more objects than the number that you
specify for MaxResults, AWS Firewall Manager returns a NextToken value in the
response, which you can use to retrieve another group of objects. For the second and subsequent
GetProtectionStatus requests, specify the value of NextToken from the previous
response to get information about another batch of objects.public Integer maxResults()
Specifies the number of objects that you want AWS Firewall Manager to return for this request. If you have more
objects than the number that you specify for MaxResults, the response includes a
NextToken value that you can use to get another batch of objects.
MaxResults, the response includes a
NextToken value that you can use to get another batch of objects.public GetProtectionStatusRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetProtectionStatusRequest.Builder,GetProtectionStatusRequest>toBuilder in class FmsRequestpublic static GetProtectionStatusRequest.Builder builder()
public static Class<? extends GetProtectionStatusRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.