@Generated(value="software.amazon.awssdk:codegen") public final class SecurityProfileTargetMapping extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SecurityProfileTargetMapping.Builder,SecurityProfileTargetMapping>
Information about a security profile and the target associated with it.
Modifier and Type | Class and Description |
---|---|
static interface |
SecurityProfileTargetMapping.Builder |
Modifier and Type | Method and Description |
---|---|
static SecurityProfileTargetMapping.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
SecurityProfileIdentifier |
securityProfileIdentifier()
Information that identifies the security profile.
|
static Class<? extends SecurityProfileTargetMapping.Builder> |
serializableBuilderClass() |
SecurityProfileTarget |
target()
Information about the target (thing group) associated with the security profile.
|
SecurityProfileTargetMapping.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public SecurityProfileIdentifier securityProfileIdentifier()
Information that identifies the security profile.
public SecurityProfileTarget target()
Information about the target (thing group) associated with the security profile.
public SecurityProfileTargetMapping.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SecurityProfileTargetMapping.Builder,SecurityProfileTargetMapping>
public static SecurityProfileTargetMapping.Builder builder()
public static Class<? extends SecurityProfileTargetMapping.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.