@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OpsResultAttribute extends Object implements Serializable, Cloneable, StructuredPojo
The OpsItem data type to return.
Constructor and Description |
---|
OpsResultAttribute() |
Modifier and Type | Method and Description |
---|---|
OpsResultAttribute |
clone() |
boolean |
equals(Object obj) |
String |
getTypeName()
Name of the data type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTypeName(String typeName)
Name of the data type.
|
String |
toString()
Returns a string representation of this object.
|
OpsResultAttribute |
withTypeName(String typeName)
Name of the data type.
|
public void setTypeName(String typeName)
Name of the data type. Valid value: AWS:OpsItem, AWS:EC2InstanceInformation, AWS:OpsItemTrendline, or AWS:ComplianceSummary.
typeName
- Name of the data type. Valid value: AWS:OpsItem, AWS:EC2InstanceInformation, AWS:OpsItemTrendline, or
AWS:ComplianceSummary.public String getTypeName()
Name of the data type. Valid value: AWS:OpsItem, AWS:EC2InstanceInformation, AWS:OpsItemTrendline, or AWS:ComplianceSummary.
public OpsResultAttribute withTypeName(String typeName)
Name of the data type. Valid value: AWS:OpsItem, AWS:EC2InstanceInformation, AWS:OpsItemTrendline, or AWS:ComplianceSummary.
typeName
- Name of the data type. Valid value: AWS:OpsItem, AWS:EC2InstanceInformation, AWS:OpsItemTrendline, or
AWS:ComplianceSummary.public String toString()
toString
in class Object
Object.toString()
public OpsResultAttribute clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.