@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterInstanceEventNotificationAttributesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
RegisterInstanceEventNotificationAttributesResult() |
| Modifier and Type | Method and Description |
|---|---|
RegisterInstanceEventNotificationAttributesResult |
clone() |
boolean |
equals(Object obj) |
InstanceTagNotificationAttribute |
getInstanceTagAttribute()
The resulting set of tag keys.
|
int |
hashCode() |
void |
setInstanceTagAttribute(InstanceTagNotificationAttribute instanceTagAttribute)
The resulting set of tag keys.
|
String |
toString()
Returns a string representation of this object.
|
RegisterInstanceEventNotificationAttributesResult |
withInstanceTagAttribute(InstanceTagNotificationAttribute instanceTagAttribute)
The resulting set of tag keys.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic RegisterInstanceEventNotificationAttributesResult()
public void setInstanceTagAttribute(InstanceTagNotificationAttribute instanceTagAttribute)
The resulting set of tag keys.
instanceTagAttribute - The resulting set of tag keys.public InstanceTagNotificationAttribute getInstanceTagAttribute()
The resulting set of tag keys.
public RegisterInstanceEventNotificationAttributesResult withInstanceTagAttribute(InstanceTagNotificationAttribute instanceTagAttribute)
The resulting set of tag keys.
instanceTagAttribute - The resulting set of tag keys.public String toString()
toString in class ObjectObject.toString()public RegisterInstanceEventNotificationAttributesResult clone()