ToCopyableBuilder<PolicyAttribute.Builder,PolicyAttribute>
@Generated("software.amazon.awssdk:codegen") public class PolicyAttribute extends Object implements ToCopyableBuilder<PolicyAttribute.Builder,PolicyAttribute>
Information about a policy attribute.
Modifier and Type | Class | Description |
---|---|---|
static interface |
PolicyAttribute.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
attributeName() |
The name of the attribute.
|
String |
attributeValue() |
The value of the attribute.
|
static PolicyAttribute.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends PolicyAttribute.Builder> |
serializableBuilderClass() |
|
PolicyAttribute.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 PolicyAttribute.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PolicyAttribute.Builder,PolicyAttribute>
public static PolicyAttribute.Builder builder()
public static Class<? extends PolicyAttribute.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.