@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSystemTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetSystemTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
GetSystemTemplateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
The ID of the system to get.
|
Long |
getRevisionNumber()
The number that specifies the revision of the system to get.
|
int |
hashCode() |
void |
setId(String id)
The ID of the system to get.
|
void |
setRevisionNumber(Long revisionNumber)
The number that specifies the revision of the system to get.
|
String |
toString()
Returns a string representation of this object.
|
GetSystemTemplateRequest |
withId(String id)
The ID of the system to get.
|
GetSystemTemplateRequest |
withRevisionNumber(Long revisionNumber)
The number that specifies the revision of the system to get.
|
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 setId(String id)
The ID of the system to get. This ID must be in the user's namespace.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
id
- The ID of the system to get. This ID must be in the user's namespace.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
public String getId()
The ID of the system to get. This ID must be in the user's namespace.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
public GetSystemTemplateRequest withId(String id)
The ID of the system to get. This ID must be in the user's namespace.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
id
- The ID of the system to get. This ID must be in the user's namespace.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
public void setRevisionNumber(Long revisionNumber)
The number that specifies the revision of the system to get.
revisionNumber
- The number that specifies the revision of the system to get.public Long getRevisionNumber()
The number that specifies the revision of the system to get.
public GetSystemTemplateRequest withRevisionNumber(Long revisionNumber)
The number that specifies the revision of the system to get.
revisionNumber
- The number that specifies the revision of the system to get.public String toString()
toString
in class Object
Object.toString()
public GetSystemTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()