@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 Amazon Web Services account ID that you want the details for.
|
String |
policyId()
The ID of the 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 final String policyId()
The ID of the Firewall Manager policy that you want the details for. This currently only supports security group content audit policies.
public final String memberAccount()
The Amazon Web Services account ID that you want the details for.
public final String resourceId()
The ID of the resource that has violations.
public final String resourceType()
The resource type. This is in the format shown in the Amazon
Web Services 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.