@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyFpgaImageAttributeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| ModifyFpgaImageAttributeResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ModifyFpgaImageAttributeResult | clone() | 
| boolean | equals(Object obj) | 
| FpgaImageAttribute | getFpgaImageAttribute()
 Information about the attribute. | 
| int | hashCode() | 
| void | setFpgaImageAttribute(FpgaImageAttribute fpgaImageAttribute)
 Information about the attribute. | 
| String | toString()Returns a string representation of this object. | 
| ModifyFpgaImageAttributeResult | withFpgaImageAttribute(FpgaImageAttribute fpgaImageAttribute)
 Information about the attribute. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setFpgaImageAttribute(FpgaImageAttribute fpgaImageAttribute)
Information about the attribute.
fpgaImageAttribute - Information about the attribute.public FpgaImageAttribute getFpgaImageAttribute()
Information about the attribute.
public ModifyFpgaImageAttributeResult withFpgaImageAttribute(FpgaImageAttribute fpgaImageAttribute)
Information about the attribute.
fpgaImageAttribute - Information about the attribute.public String toString()
toString in class ObjectObject.toString()public ModifyFpgaImageAttributeResult clone()
Copyright © 2019. All rights reserved.