@Generated(value="software.amazon.awssdk:codegen") public final class GetViolationDetailsRequest extends FmsRequest implements ToCopyableBuilder<GetViolationDetailsRequest.Builder,GetViolationDetailsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetViolationDetailsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetViolationDetailsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
memberAccount()
The AWS account ID that you want the details for.
|
String |
policyId()
The ID of the AWS Firewall Manager policy that you want the details for.
|
String |
resourceId()
The ID of the resource that has violations.
|
String |
resourceType()
The resource type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetViolationDetailsRequest.Builder> |
serializableBuilderClass() |
GetViolationDetailsRequest.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 AWS Firewall Manager policy that you want the details for. This currently only supports security group content audit policies.
public String memberAccount()
The AWS account ID that you want the details for.
public String resourceId()
The ID of the resource that has violations.
public String resourceType()
The resource type. This is in the format shown in the AWS
Resource Types Reference. Supported resource types are: AWS::EC2::Instance,
AWS::EC2::NetworkInterface, AWS::EC2::SecurityGroup,
AWS::NetworkFirewall::FirewallPolicy, and AWS::EC2::Subnet.
AWS::EC2::Instance,
AWS::EC2::NetworkInterface, AWS::EC2::SecurityGroup,
AWS::NetworkFirewall::FirewallPolicy, and AWS::EC2::Subnet.public GetViolationDetailsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetViolationDetailsRequest.Builder,GetViolationDetailsRequest>toBuilder in class FmsRequestpublic static GetViolationDetailsRequest.Builder builder()
public static Class<? extends GetViolationDetailsRequest.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.