@Generated(value="software.amazon.awssdk:codegen") public final class SecurityProfileSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SecurityProfileSummary.Builder,SecurityProfileSummary>
A SecurityProfileSummary
object that contains information about a security profile, including ARN, Id,
Name.
Modifier and Type | Class and Description |
---|---|
static interface |
SecurityProfileSummary.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The ARN of the security profile.
|
static SecurityProfileSummary.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the security profile.
|
String |
name()
The name of the security profile.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SecurityProfileSummary.Builder> |
serializableBuilderClass() |
SecurityProfileSummary.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 id()
The identifier of the security profile.
public String arn()
The ARN of the security profile.
public String name()
The name of the security profile.
public SecurityProfileSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SecurityProfileSummary.Builder,SecurityProfileSummary>
public static SecurityProfileSummary.Builder builder()
public static Class<? extends SecurityProfileSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.