@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OpsItemIdentity extends Object implements Serializable, Cloneable, StructuredPojo
Information about the user or resource that created an OpsItem event.
| Constructor and Description | 
|---|
| OpsItemIdentity() | 
| Modifier and Type | Method and Description | 
|---|---|
| OpsItemIdentity | clone() | 
| boolean | equals(Object obj) | 
| String | getArn()
 The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem event. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setArn(String arn)
 The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem event. | 
| String | toString()Returns a string representation of this object. | 
| OpsItemIdentity | withArn(String arn)
 The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem event. | 
public void setArn(String arn)
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem event.
arn - The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem event.public String getArn()
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem event.
public OpsItemIdentity withArn(String arn)
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem event.
arn - The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem event.public String toString()
toString in class ObjectObject.toString()public OpsItemIdentity clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.