@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) |
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 Object
Object.toString()
public OpsItemIdentity clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.