@Generated(value="software.amazon.awssdk:codegen") public final class ModifyImageAttributeRequest extends Ec2Request implements ToCopyableBuilder<ModifyImageAttributeRequest.Builder,ModifyImageAttributeRequest>
Contains the parameters for ModifyImageAttribute.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModifyImageAttributeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
attribute()
The name of the attribute to modify.
|
static ModifyImageAttributeRequest.Builder |
builder() |
AttributeValue |
description()
A new description for the AMI.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
imageId()
The ID of the AMI.
|
LaunchPermissionModifications |
launchPermission()
A new launch permission for the AMI.
|
OperationType |
operationType()
The operation type.
|
String |
operationTypeAsString()
The operation type.
|
List<String> |
productCodes()
One or more DevPay product codes.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModifyImageAttributeRequest.Builder> |
serializableBuilderClass() |
ModifyImageAttributeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<String> |
userGroups()
One or more user groups.
|
List<String> |
userIds()
One or more AWS account IDs.
|
String |
value()
The value of the attribute being modified.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String attribute()
The name of the attribute to modify. The valid values are description, launchPermission
, and productCodes.
description,
launchPermission, and productCodes.public AttributeValue description()
A new description for the AMI.
public String imageId()
The ID of the AMI.
public LaunchPermissionModifications launchPermission()
A new launch permission for the AMI.
public OperationType operationType()
The operation type. This parameter can be used only when the Attribute parameter is
launchPermission.
If the service returns an enum value that is not available in the current SDK version, operationType
will return OperationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
operationTypeAsString().
Attribute parameter is
launchPermission.OperationTypepublic String operationTypeAsString()
The operation type. This parameter can be used only when the Attribute parameter is
launchPermission.
If the service returns an enum value that is not available in the current SDK version, operationType
will return OperationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
operationTypeAsString().
Attribute parameter is
launchPermission.OperationTypepublic List<String> productCodes()
One or more DevPay product codes. After you add a product code to an AMI, it can't be removed.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> userGroups()
One or more user groups. This parameter can be used only when the Attribute parameter is
launchPermission.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
Attribute parameter is
launchPermission.public List<String> userIds()
One or more AWS account IDs. This parameter can be used only when the Attribute parameter is
launchPermission.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
Attribute parameter is
launchPermission.public String value()
The value of the attribute being modified. This parameter can be used only when the Attribute
parameter is description or productCodes.
Attribute parameter is description or productCodes.public ModifyImageAttributeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModifyImageAttributeRequest.Builder,ModifyImageAttributeRequest>toBuilder in class Ec2Requestpublic static ModifyImageAttributeRequest.Builder builder()
public static Class<? extends ModifyImageAttributeRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.