@Generated(value="software.amazon.awssdk:codegen") public final class AttributeBooleanValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AttributeBooleanValue.Builder,AttributeBooleanValue>
Describes a value for a resource attribute that is a Boolean value.
Modifier and Type | Class and Description |
---|---|
static interface |
AttributeBooleanValue.Builder |
Modifier and Type | Method and Description |
---|---|
static AttributeBooleanValue.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AttributeBooleanValue.Builder> |
serializableBuilderClass() |
AttributeBooleanValue.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
value()
The attribute value.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public Boolean value()
The attribute value. The valid values are true
or false
.
true
or false
.public AttributeBooleanValue.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AttributeBooleanValue.Builder,AttributeBooleanValue>
public static AttributeBooleanValue.Builder builder()
public static Class<? extends AttributeBooleanValue.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.