com.amazonaws.services.ec2.model
Class ResetSnapshotAttributeRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.ec2.model.ResetSnapshotAttributeRequest

public class ResetSnapshotAttributeRequest
extends AmazonWebServiceRequest

Container for the parameters to the ResetSnapshotAttribute operation.

Resets permission settings for the specified snapshot.

See Also:
AmazonEC2.resetSnapshotAttribute(ResetSnapshotAttributeRequest)

Constructor Summary
ResetSnapshotAttributeRequest()
          Default constructor for a new ResetSnapshotAttributeRequest object.
ResetSnapshotAttributeRequest(String snapshotId, SnapshotAttributeName attribute)
          Constructs a new ResetSnapshotAttributeRequest object.
ResetSnapshotAttributeRequest(String snapshotId, String attribute)
          Constructs a new ResetSnapshotAttributeRequest object.
 
Method Summary
 boolean equals(Object obj)
           
 String getAttribute()
          The name of the attribute being reset.
 String getSnapshotId()
          The ID of the snapshot whose attribute is being reset.
 int hashCode()
           
 void setAttribute(SnapshotAttributeName attribute)
          The name of the attribute being reset.
 void setAttribute(String attribute)
          The name of the attribute being reset.
 void setSnapshotId(String snapshotId)
          The ID of the snapshot whose attribute is being reset.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ResetSnapshotAttributeRequest withAttribute(SnapshotAttributeName attribute)
          The name of the attribute being reset.
 ResetSnapshotAttributeRequest withAttribute(String attribute)
          The name of the attribute being reset.
 ResetSnapshotAttributeRequest withSnapshotId(String snapshotId)
          The ID of the snapshot whose attribute is being reset.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResetSnapshotAttributeRequest

public ResetSnapshotAttributeRequest()
Default constructor for a new ResetSnapshotAttributeRequest object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it.


ResetSnapshotAttributeRequest

public ResetSnapshotAttributeRequest(String snapshotId,
                                     String attribute)
Constructs a new ResetSnapshotAttributeRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.

Parameters:
snapshotId - The ID of the snapshot whose attribute is being reset.
attribute - The name of the attribute being reset.

Available attribute names: createVolumePermission


ResetSnapshotAttributeRequest

public ResetSnapshotAttributeRequest(String snapshotId,
                                     SnapshotAttributeName attribute)
Constructs a new ResetSnapshotAttributeRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.

Parameters:
snapshotId - The ID of the snapshot whose attribute is being reset.
attribute - The name of the attribute being reset.

Available attribute names: createVolumePermission

Method Detail

getSnapshotId

public String getSnapshotId()
The ID of the snapshot whose attribute is being reset.

Returns:
The ID of the snapshot whose attribute is being reset.

setSnapshotId

public void setSnapshotId(String snapshotId)
The ID of the snapshot whose attribute is being reset.

Parameters:
snapshotId - The ID of the snapshot whose attribute is being reset.

withSnapshotId

public ResetSnapshotAttributeRequest withSnapshotId(String snapshotId)
The ID of the snapshot whose attribute is being reset.

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

Parameters:
snapshotId - The ID of the snapshot whose attribute is being reset.
Returns:
A reference to this updated object so that method calls can be chained together.

getAttribute

public String getAttribute()
The name of the attribute being reset.

Available attribute names: createVolumePermission

Constraints:
Allowed Values: productCodes, createVolumePermission

Returns:
The name of the attribute being reset.

Available attribute names: createVolumePermission

See Also:
SnapshotAttributeName

setAttribute

public void setAttribute(String attribute)
The name of the attribute being reset.

Available attribute names: createVolumePermission

Constraints:
Allowed Values: productCodes, createVolumePermission

Parameters:
attribute - The name of the attribute being reset.

Available attribute names: createVolumePermission

See Also:
SnapshotAttributeName

withAttribute

public ResetSnapshotAttributeRequest withAttribute(String attribute)
The name of the attribute being reset.

Available attribute names: createVolumePermission

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

Constraints:
Allowed Values: productCodes, createVolumePermission

Parameters:
attribute - The name of the attribute being reset.

Available attribute names: createVolumePermission

Returns:
A reference to this updated object so that method calls can be chained together.
See Also:
SnapshotAttributeName

setAttribute

public void setAttribute(SnapshotAttributeName attribute)
The name of the attribute being reset.

Available attribute names: createVolumePermission

Constraints:
Allowed Values: productCodes, createVolumePermission

Parameters:
attribute - The name of the attribute being reset.

Available attribute names: createVolumePermission

See Also:
SnapshotAttributeName

withAttribute

public ResetSnapshotAttributeRequest withAttribute(SnapshotAttributeName attribute)
The name of the attribute being reset.

Available attribute names: createVolumePermission

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

Constraints:
Allowed Values: productCodes, createVolumePermission

Parameters:
attribute - The name of the attribute being reset.

Available attribute names: createVolumePermission

Returns:
A reference to this updated object so that method calls can be chained together.
See Also:
SnapshotAttributeName

toString

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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