ToCopyableBuilder<PolicyAttributeDescription.Builder,PolicyAttributeDescription>
@Generated("software.amazon.awssdk:codegen") public class PolicyAttributeDescription extends Object implements ToCopyableBuilder<PolicyAttributeDescription.Builder,PolicyAttributeDescription>
Information about a policy attribute.
Modifier and Type | Class | Description |
---|---|---|
static interface |
PolicyAttributeDescription.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
attributeName() |
The name of the attribute.
|
String |
attributeValue() |
The value of the attribute.
|
static PolicyAttributeDescription.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends PolicyAttributeDescription.Builder> |
serializableBuilderClass() |
|
PolicyAttributeDescription.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String attributeName()
The name of the attribute.
public String attributeValue()
The value of the attribute.
public PolicyAttributeDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PolicyAttributeDescription.Builder,PolicyAttributeDescription>
public static PolicyAttributeDescription.Builder builder()
public static Class<? extends PolicyAttributeDescription.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.