@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OpsItemNotification extends Object implements Serializable, Cloneable, StructuredPojo
A notification about the OpsItem.
Constructor and Description |
---|
OpsItemNotification() |
Modifier and Type | Method and Description |
---|---|
OpsItemNotification |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or
changed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or
changed.
|
String |
toString()
Returns a string representation of this object.
|
OpsItemNotification |
withArn(String arn)
The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or
changed.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or changed.
arn
- The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or
changed.public String getArn()
The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or changed.
public OpsItemNotification withArn(String arn)
The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or changed.
arn
- The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or
changed.public String toString()
toString
in class Object
Object.toString()
public OpsItemNotification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.