@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFpgaImageAttributeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeFpgaImageAttributeResult() |
Modifier and Type | Method and Description |
---|---|
DescribeFpgaImageAttributeResult |
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; useful for testing and debugging.
|
DescribeFpgaImageAttributeResult |
withFpgaImageAttribute(FpgaImageAttribute fpgaImageAttribute)
Information about the attribute.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFpgaImageAttribute(FpgaImageAttribute fpgaImageAttribute)
Information about the attribute.
fpgaImageAttribute
- Information about the attribute.public FpgaImageAttribute getFpgaImageAttribute()
Information about the attribute.
public DescribeFpgaImageAttributeResult withFpgaImageAttribute(FpgaImageAttribute fpgaImageAttribute)
Information about the attribute.
fpgaImageAttribute
- Information about the attribute.public String toString()
toString
in class Object
Object.toString()
public DescribeFpgaImageAttributeResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.