@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)
Used to retrieve the value of a field from any class that extends  
SdkRequest. | 
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()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
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. 
 | 
overrideConfigurationcopypublic 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ModifyImageAttributeRequest.Builder,ModifyImageAttributeRequest>toBuilder in class Ec2Requestpublic static ModifyImageAttributeRequest.Builder builder()
public static Class<? extends ModifyImageAttributeRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequestSdkRequest. The field name
 specified should match the member name from the corresponding service-2.json model specified in the
 codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
 If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class) method will
 again be available.getValueForField in class SdkRequestfieldName - The name of the member to be retrieved.clazz - The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.