@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Parameters extends Object implements Serializable, Cloneable, StructuredPojo
Specifies optional parameters to add to a policy. The set of valid parameters depends on the combination of policy type and resource type.
Constructor and Description |
---|
Parameters() |
Modifier and Type | Method and Description |
---|---|
Parameters |
clone() |
boolean |
equals(Object obj) |
Boolean |
getExcludeBootVolume()
[EBS Snapshot Management – Instance policies only] Indicates whether to exclude the root volume from snapshots
created using CreateSnapshots.
|
int |
hashCode() |
Boolean |
isExcludeBootVolume()
[EBS Snapshot Management – Instance policies only] Indicates whether to exclude the root volume from snapshots
created using CreateSnapshots.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExcludeBootVolume(Boolean excludeBootVolume)
[EBS Snapshot Management – Instance policies only] Indicates whether to exclude the root volume from snapshots
created using CreateSnapshots.
|
String |
toString()
Returns a string representation of this object.
|
Parameters |
withExcludeBootVolume(Boolean excludeBootVolume)
[EBS Snapshot Management – Instance policies only] Indicates whether to exclude the root volume from snapshots
created using CreateSnapshots.
|
public void setExcludeBootVolume(Boolean excludeBootVolume)
[EBS Snapshot Management – Instance policies only] Indicates whether to exclude the root volume from snapshots created using CreateSnapshots. The default is false.
excludeBootVolume
- [EBS Snapshot Management – Instance policies only] Indicates whether to exclude the root volume from
snapshots created using CreateSnapshots. The default is false.public Boolean getExcludeBootVolume()
[EBS Snapshot Management – Instance policies only] Indicates whether to exclude the root volume from snapshots created using CreateSnapshots. The default is false.
public Parameters withExcludeBootVolume(Boolean excludeBootVolume)
[EBS Snapshot Management – Instance policies only] Indicates whether to exclude the root volume from snapshots created using CreateSnapshots. The default is false.
excludeBootVolume
- [EBS Snapshot Management – Instance policies only] Indicates whether to exclude the root volume from
snapshots created using CreateSnapshots. The default is false.public Boolean isExcludeBootVolume()
[EBS Snapshot Management – Instance policies only] Indicates whether to exclude the root volume from snapshots created using CreateSnapshots. The default is false.
public String toString()
toString
in class Object
Object.toString()
public Parameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.