@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) |
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 ObjectObject.toString()public Parameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.