@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSystemTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateSystemTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
CreateSystemTemplateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Long |
getCompatibleNamespaceVersion()
The namespace version in which the system is to be created.
|
DefinitionDocument |
getDefinition()
The
DefinitionDocument used to create the system. |
int |
hashCode() |
void |
setCompatibleNamespaceVersion(Long compatibleNamespaceVersion)
The namespace version in which the system is to be created.
|
void |
setDefinition(DefinitionDocument definition)
The
DefinitionDocument used to create the system. |
String |
toString()
Returns a string representation of this object.
|
CreateSystemTemplateRequest |
withCompatibleNamespaceVersion(Long compatibleNamespaceVersion)
The namespace version in which the system is to be created.
|
CreateSystemTemplateRequest |
withDefinition(DefinitionDocument definition)
The
DefinitionDocument used to create the system. |
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 setDefinition(DefinitionDocument definition)
The DefinitionDocument
used to create the system.
definition
- The DefinitionDocument
used to create the system.public DefinitionDocument getDefinition()
The DefinitionDocument
used to create the system.
DefinitionDocument
used to create the system.public CreateSystemTemplateRequest withDefinition(DefinitionDocument definition)
The DefinitionDocument
used to create the system.
definition
- The DefinitionDocument
used to create the system.public void setCompatibleNamespaceVersion(Long compatibleNamespaceVersion)
The namespace version in which the system is to be created.
If no value is specified, the latest version is used by default.
compatibleNamespaceVersion
- The namespace version in which the system is to be created.
If no value is specified, the latest version is used by default.
public Long getCompatibleNamespaceVersion()
The namespace version in which the system is to be created.
If no value is specified, the latest version is used by default.
If no value is specified, the latest version is used by default.
public CreateSystemTemplateRequest withCompatibleNamespaceVersion(Long compatibleNamespaceVersion)
The namespace version in which the system is to be created.
If no value is specified, the latest version is used by default.
compatibleNamespaceVersion
- The namespace version in which the system is to be created.
If no value is specified, the latest version is used by default.
public String toString()
toString
in class Object
Object.toString()
public CreateSystemTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()