Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.ec2.model
Class VolumeStatusEvent

java.lang.Object
  extended by com.amazonaws.services.ec2.model.VolumeStatusEvent
All Implemented Interfaces:
java.io.Serializable

public class VolumeStatusEvent
extends java.lang.Object
implements java.io.Serializable

Volume Status Event

See Also:
Serialized Form

Constructor Summary
VolumeStatusEvent()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
          Returns the value of the Description property for this object.
 java.lang.String getEventId()
          Returns the value of the EventId property for this object.
 java.lang.String getEventType()
          Returns the value of the EventType property for this object.
 java.util.Date getNotAfter()
          Returns the value of the NotAfter property for this object.
 java.util.Date getNotBefore()
          Returns the value of the NotBefore property for this object.
 int hashCode()
           
 void setDescription(java.lang.String description)
          Sets the value of the Description property for this object.
 void setEventId(java.lang.String eventId)
          Sets the value of the EventId property for this object.
 void setEventType(java.lang.String eventType)
          Sets the value of the EventType property for this object.
 void setNotAfter(java.util.Date notAfter)
          Sets the value of the NotAfter property for this object.
 void setNotBefore(java.util.Date notBefore)
          Sets the value of the NotBefore property for this object.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 VolumeStatusEvent withDescription(java.lang.String description)
          Sets the value of the Description property for this object.
 VolumeStatusEvent withEventId(java.lang.String eventId)
          Sets the value of the EventId property for this object.
 VolumeStatusEvent withEventType(java.lang.String eventType)
          Sets the value of the EventType property for this object.
 VolumeStatusEvent withNotAfter(java.util.Date notAfter)
          Sets the value of the NotAfter property for this object.
 VolumeStatusEvent withNotBefore(java.util.Date notBefore)
          Sets the value of the NotBefore property for this object.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VolumeStatusEvent

public VolumeStatusEvent()
Method Detail

getEventType

public java.lang.String getEventType()
Returns the value of the EventType property for this object.

Returns:
The value of the EventType property for this object.

setEventType

public void setEventType(java.lang.String eventType)
Sets the value of the EventType property for this object.

Parameters:
eventType - The new value for the EventType property for this object.

withEventType

public VolumeStatusEvent withEventType(java.lang.String eventType)
Sets the value of the EventType property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
eventType - The new value for the EventType property for this object.

getDescription

public java.lang.String getDescription()
Returns the value of the Description property for this object.

Returns:
The value of the Description property for this object.

setDescription

public void setDescription(java.lang.String description)
Sets the value of the Description property for this object.

Parameters:
description - The new value for the Description property for this object.

withDescription

public VolumeStatusEvent withDescription(java.lang.String description)
Sets the value of the Description property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
description - The new value for the Description property for this object.

getNotBefore

public java.util.Date getNotBefore()
Returns the value of the NotBefore property for this object.

Returns:
The value of the NotBefore property for this object.

setNotBefore

public void setNotBefore(java.util.Date notBefore)
Sets the value of the NotBefore property for this object.

Parameters:
notBefore - The new value for the NotBefore property for this object.

withNotBefore

public VolumeStatusEvent withNotBefore(java.util.Date notBefore)
Sets the value of the NotBefore property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
notBefore - The new value for the NotBefore property for this object.

getNotAfter

public java.util.Date getNotAfter()
Returns the value of the NotAfter property for this object.

Returns:
The value of the NotAfter property for this object.

setNotAfter

public void setNotAfter(java.util.Date notAfter)
Sets the value of the NotAfter property for this object.

Parameters:
notAfter - The new value for the NotAfter property for this object.

withNotAfter

public VolumeStatusEvent withNotAfter(java.util.Date notAfter)
Sets the value of the NotAfter property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
notAfter - The new value for the NotAfter property for this object.

getEventId

public java.lang.String getEventId()
Returns the value of the EventId property for this object.

Returns:
The value of the EventId property for this object.

setEventId

public void setEventId(java.lang.String eventId)
Sets the value of the EventId property for this object.

Parameters:
eventId - The new value for the EventId property for this object.

withEventId

public VolumeStatusEvent withEventId(java.lang.String eventId)
Sets the value of the EventId property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
eventId - The new value for the EventId property for this object.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.