public class VolumeStatusAction extends Object implements Serializable
Constructor and Description |
---|
VolumeStatusAction() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCode()
Returns the value of the Code property for this object.
|
String |
getDescription()
Returns the value of the Description property for this object.
|
String |
getEventId()
Returns the value of the EventId property for this object.
|
String |
getEventType()
Returns the value of the EventType property for this object.
|
int |
hashCode() |
void |
setCode(String code)
Sets the value of the Code property for this object.
|
void |
setDescription(String description)
Sets the value of the Description property for this object.
|
void |
setEventId(String eventId)
Sets the value of the EventId property for this object.
|
void |
setEventType(String eventType)
Sets the value of the EventType property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
VolumeStatusAction |
withCode(String code)
Sets the value of the Code property for this object.
|
VolumeStatusAction |
withDescription(String description)
Sets the value of the Description property for this object.
|
VolumeStatusAction |
withEventId(String eventId)
Sets the value of the EventId property for this object.
|
VolumeStatusAction |
withEventType(String eventType)
Sets the value of the EventType property for this object.
|
public String getCode()
public void setCode(String code)
code
- The new value for the Code property for this object.public VolumeStatusAction withCode(String code)
Returns a reference to this object so that method calls can be chained together.
code
- The new value for the Code property for this object.public String getDescription()
public void setDescription(String description)
description
- The new value for the Description property for this object.public VolumeStatusAction withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description
- The new value for the Description property for this object.public String getEventType()
public void setEventType(String eventType)
eventType
- The new value for the EventType property for this object.public VolumeStatusAction withEventType(String eventType)
Returns a reference to this object so that method calls can be chained together.
eventType
- The new value for the EventType property for this object.public String getEventId()
public void setEventId(String eventId)
eventId
- The new value for the EventId property for this object.public VolumeStatusAction withEventId(String eventId)
Returns a reference to this object so that method calls can be chained together.
eventId
- The new value for the EventId property for this object.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.