@Generated(value="software.amazon.awssdk:codegen") public final class OpsResultAttribute extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OpsResultAttribute.Builder,OpsResultAttribute>
The OpsItem data type to return.
Modifier and Type | Class and Description |
---|---|
static interface |
OpsResultAttribute.Builder |
Modifier and Type | Method and Description |
---|---|
static OpsResultAttribute.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 OpsResultAttribute.Builder> |
serializableBuilderClass() |
OpsResultAttribute.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
typeName()
Name of the data type.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String typeName()
Name of the data type. Valid value: AWS:OpsItem, AWS:EC2InstanceInformation, AWS:OpsItemTrendline, or AWS:ComplianceSummary.
public OpsResultAttribute.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<OpsResultAttribute.Builder,OpsResultAttribute>
public static OpsResultAttribute.Builder builder()
public static Class<? extends OpsResultAttribute.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.