@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBaselineRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetBaselineRequest() |
Modifier and Type | Method and Description |
---|---|
GetBaselineRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBaselineIdentifier()
The ARN of the
Baseline resource to be retrieved. |
int |
hashCode() |
void |
setBaselineIdentifier(String baselineIdentifier)
The ARN of the
Baseline resource to be retrieved. |
String |
toString()
Returns a string representation of this object.
|
GetBaselineRequest |
withBaselineIdentifier(String baselineIdentifier)
The ARN of the
Baseline resource to be retrieved. |
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 setBaselineIdentifier(String baselineIdentifier)
The ARN of the Baseline
resource to be retrieved.
baselineIdentifier
- The ARN of the Baseline
resource to be retrieved.public String getBaselineIdentifier()
The ARN of the Baseline
resource to be retrieved.
Baseline
resource to be retrieved.public GetBaselineRequest withBaselineIdentifier(String baselineIdentifier)
The ARN of the Baseline
resource to be retrieved.
baselineIdentifier
- The ARN of the Baseline
resource to be retrieved.public String toString()
toString
in class Object
Object.toString()
public GetBaselineRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()