@Generated(value="software.amazon.awssdk:codegen") public class ResultAttribute extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<ResultAttribute.Builder,ResultAttribute>
The inventory item result attribute.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResultAttribute.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResultAttribute.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends ResultAttribute.Builder> |
serializableBuilderClass() |
ResultAttribute.Builder |
toBuilder() |
String |
toString() |
String |
typeName()
Name of the inventory item type.
|
public String typeName()
Name of the inventory item type. Valid value: AWS:InstanceInformation. Default Value: AWS:InstanceInformation.
public ResultAttribute.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ResultAttribute.Builder,ResultAttribute>public static ResultAttribute.Builder builder()
public static Class<? extends ResultAttribute.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.