@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportServerEngineAttributeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ExportServerEngineAttributeResult() |
| Modifier and Type | Method and Description |
|---|---|
ExportServerEngineAttributeResult |
clone() |
boolean |
equals(Object obj) |
EngineAttribute |
getEngineAttribute()
The requested engine attribute pair with attribute name and value.
|
String |
getServerName()
The server name used in the request.
|
int |
hashCode() |
void |
setEngineAttribute(EngineAttribute engineAttribute)
The requested engine attribute pair with attribute name and value.
|
void |
setServerName(String serverName)
The server name used in the request.
|
String |
toString()
Returns a string representation of this object.
|
ExportServerEngineAttributeResult |
withEngineAttribute(EngineAttribute engineAttribute)
The requested engine attribute pair with attribute name and value.
|
ExportServerEngineAttributeResult |
withServerName(String serverName)
The server name used in the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setEngineAttribute(EngineAttribute engineAttribute)
The requested engine attribute pair with attribute name and value.
engineAttribute - The requested engine attribute pair with attribute name and value.public EngineAttribute getEngineAttribute()
The requested engine attribute pair with attribute name and value.
public ExportServerEngineAttributeResult withEngineAttribute(EngineAttribute engineAttribute)
The requested engine attribute pair with attribute name and value.
engineAttribute - The requested engine attribute pair with attribute name and value.public void setServerName(String serverName)
The server name used in the request.
serverName - The server name used in the request.public String getServerName()
The server name used in the request.
public ExportServerEngineAttributeResult withServerName(String serverName)
The server name used in the request.
serverName - The server name used in the request.public String toString()
toString in class ObjectObject.toString()public ExportServerEngineAttributeResult clone()