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