@Generated(value="software.amazon.awssdk:codegen") public final class SecurityProfileTarget extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SecurityProfileTarget.Builder,SecurityProfileTarget>
A target to which an alert is sent when a security profile behavior is violated.
Modifier and Type | Class and Description |
---|---|
static interface |
SecurityProfileTarget.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The ARN of the security profile.
|
static SecurityProfileTarget.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SecurityProfileTarget.Builder> |
serializableBuilderClass() |
SecurityProfileTarget.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String arn()
The ARN of the security profile.
public SecurityProfileTarget.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SecurityProfileTarget.Builder,SecurityProfileTarget>
public static SecurityProfileTarget.Builder builder()
public static Class<? extends SecurityProfileTarget.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.