@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final SecurityProfileIdentifier securityProfileIdentifier()
Information that identifies the security profile.
public final SecurityProfileTarget target()
Information about the target (thing group) associated with the security profile.
public SecurityProfileTargetMapping.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<SecurityProfileTargetMapping.Builder,SecurityProfileTargetMapping>
public static SecurityProfileTargetMapping.Builder builder()
public static Class<? extends SecurityProfileTargetMapping.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.