@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportSourceNetworkCfnTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ExportSourceNetworkCfnTemplateRequest() |
| Modifier and Type | Method and Description |
|---|---|
ExportSourceNetworkCfnTemplateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSourceNetworkID()
The Source Network ID to export its CloudFormation template to an S3 bucket.
|
int |
hashCode() |
void |
setSourceNetworkID(String sourceNetworkID)
The Source Network ID to export its CloudFormation template to an S3 bucket.
|
String |
toString()
Returns a string representation of this object.
|
ExportSourceNetworkCfnTemplateRequest |
withSourceNetworkID(String sourceNetworkID)
The Source Network ID to export its CloudFormation template to an S3 bucket.
|
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, withSdkRequestTimeoutpublic ExportSourceNetworkCfnTemplateRequest()
public void setSourceNetworkID(String sourceNetworkID)
The Source Network ID to export its CloudFormation template to an S3 bucket.
sourceNetworkID - The Source Network ID to export its CloudFormation template to an S3 bucket.public String getSourceNetworkID()
The Source Network ID to export its CloudFormation template to an S3 bucket.
public ExportSourceNetworkCfnTemplateRequest withSourceNetworkID(String sourceNetworkID)
The Source Network ID to export its CloudFormation template to an S3 bucket.
sourceNetworkID - The Source Network ID to export its CloudFormation template to an S3 bucket.public String toString()
toString in class ObjectObject.toString()public ExportSourceNetworkCfnTemplateRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()