public class ResetSnapshotAttributeRequest extends AmazonWebServiceRequest implements Serializable, DryRunSupportedRequest<ResetSnapshotAttributeRequest>
ResetSnapshotAttribute operation.
Resets permission settings for the specified snapshot.
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAttribute()
The name of the attribute being reset.
|
Request<ResetSnapshotAttributeRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic ResetSnapshotAttributeRequest()
public ResetSnapshotAttributeRequest(String snapshotId, String attribute)
snapshotId - The ID of the snapshot whose attribute is being
reset.attribute - The name of the attribute being reset. Available
attribute names: createVolumePermission
public ResetSnapshotAttributeRequest(String snapshotId, SnapshotAttributeName attribute)
snapshotId - The ID of the snapshot whose attribute is being
reset.attribute - The name of the attribute being reset. Available
attribute names: createVolumePermission
public String getSnapshotId()
public void setSnapshotId(String snapshotId)
snapshotId - The ID of the snapshot whose attribute is being reset.public ResetSnapshotAttributeRequest withSnapshotId(String snapshotId)
Returns a reference to this object so that method calls can be chained together.
snapshotId - The ID of the snapshot whose attribute is being reset.public String getAttribute()
Available attribute names:
createVolumePermission
Constraints:
Allowed Values: productCodes, createVolumePermission
Available attribute names:
createVolumePermission
SnapshotAttributeNamepublic void setAttribute(String attribute)
Available attribute names:
createVolumePermission
Constraints:
Allowed Values: productCodes, createVolumePermission
attribute - The name of the attribute being reset. Available attribute names:
createVolumePermission
SnapshotAttributeNamepublic ResetSnapshotAttributeRequest withAttribute(String attribute)
Available attribute names:
createVolumePermission
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: productCodes, createVolumePermission
attribute - The name of the attribute being reset. Available attribute names:
createVolumePermission
SnapshotAttributeNamepublic void setAttribute(SnapshotAttributeName attribute)
Available attribute names:
createVolumePermission
Constraints:
Allowed Values: productCodes, createVolumePermission
attribute - The name of the attribute being reset. Available attribute names:
createVolumePermission
SnapshotAttributeNamepublic ResetSnapshotAttributeRequest withAttribute(SnapshotAttributeName attribute)
Available attribute names:
createVolumePermission
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: productCodes, createVolumePermission
attribute - The name of the attribute being reset. Available attribute names:
createVolumePermission
SnapshotAttributeNamepublic Request<ResetSnapshotAttributeRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<ResetSnapshotAttributeRequest>public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.