@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 requested ServerName.
|
int |
hashCode() |
void |
setEngineAttribute(EngineAttribute engineAttribute)
The requested engine attribute pair with attribute name and value.
|
void |
setServerName(String serverName)
The requested ServerName.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ExportServerEngineAttributeResult |
withEngineAttribute(EngineAttribute engineAttribute)
The requested engine attribute pair with attribute name and value.
|
ExportServerEngineAttributeResult |
withServerName(String serverName)
The requested ServerName.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 requested ServerName.
serverName
- The requested ServerName.public String getServerName()
The requested ServerName.
public ExportServerEngineAttributeResult withServerName(String serverName)
The requested ServerName.
serverName
- The requested ServerName.public String toString()
toString
in class Object
Object.toString()
public ExportServerEngineAttributeResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.