@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLaunchConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetLaunchConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
GetLaunchConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountID()
Request to get Launch Configuration information by Account ID.
|
String |
getSourceServerID()
Request to get Launch Configuration information by Source Server ID.
|
int |
hashCode() |
void |
setAccountID(String accountID)
Request to get Launch Configuration information by Account ID.
|
void |
setSourceServerID(String sourceServerID)
Request to get Launch Configuration information by Source Server ID.
|
String |
toString()
Returns a string representation of this object.
|
GetLaunchConfigurationRequest |
withAccountID(String accountID)
Request to get Launch Configuration information by Account ID.
|
GetLaunchConfigurationRequest |
withSourceServerID(String sourceServerID)
Request to get Launch Configuration information by Source Server ID.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAccountID(String accountID)
Request to get Launch Configuration information by Account ID.
accountID
- Request to get Launch Configuration information by Account ID.public String getAccountID()
Request to get Launch Configuration information by Account ID.
public GetLaunchConfigurationRequest withAccountID(String accountID)
Request to get Launch Configuration information by Account ID.
accountID
- Request to get Launch Configuration information by Account ID.public void setSourceServerID(String sourceServerID)
Request to get Launch Configuration information by Source Server ID.
sourceServerID
- Request to get Launch Configuration information by Source Server ID.public String getSourceServerID()
Request to get Launch Configuration information by Source Server ID.
public GetLaunchConfigurationRequest withSourceServerID(String sourceServerID)
Request to get Launch Configuration information by Source Server ID.
sourceServerID
- Request to get Launch Configuration information by Source Server ID.public String toString()
toString
in class Object
Object.toString()
public GetLaunchConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()