@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPatchBaselineForPatchGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetPatchBaselineForPatchGroupRequest() |
Modifier and Type | Method and Description |
---|---|
GetPatchBaselineForPatchGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getOperatingSystem()
Returns he operating system rule specified for patch groups using the patch baseline.
|
String |
getPatchGroup()
The name of the patch group whose patch baseline should be retrieved.
|
int |
hashCode() |
void |
setOperatingSystem(OperatingSystem operatingSystem)
Returns he operating system rule specified for patch groups using the patch baseline.
|
void |
setOperatingSystem(String operatingSystem)
Returns he operating system rule specified for patch groups using the patch baseline.
|
void |
setPatchGroup(String patchGroup)
The name of the patch group whose patch baseline should be retrieved.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetPatchBaselineForPatchGroupRequest |
withOperatingSystem(OperatingSystem operatingSystem)
Returns he operating system rule specified for patch groups using the patch baseline.
|
GetPatchBaselineForPatchGroupRequest |
withOperatingSystem(String operatingSystem)
Returns he operating system rule specified for patch groups using the patch baseline.
|
GetPatchBaselineForPatchGroupRequest |
withPatchGroup(String patchGroup)
The name of the patch group whose patch baseline should 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 GetPatchBaselineForPatchGroupRequest()
public void setPatchGroup(String patchGroup)
The name of the patch group whose patch baseline should be retrieved.
patchGroup
- The name of the patch group whose patch baseline should be retrieved.public String getPatchGroup()
The name of the patch group whose patch baseline should be retrieved.
public GetPatchBaselineForPatchGroupRequest withPatchGroup(String patchGroup)
The name of the patch group whose patch baseline should be retrieved.
patchGroup
- The name of the patch group whose patch baseline should be retrieved.public void setOperatingSystem(String operatingSystem)
Returns he operating system rule specified for patch groups using the patch baseline.
operatingSystem
- Returns he operating system rule specified for patch groups using the patch baseline.OperatingSystem
public String getOperatingSystem()
Returns he operating system rule specified for patch groups using the patch baseline.
OperatingSystem
public GetPatchBaselineForPatchGroupRequest withOperatingSystem(String operatingSystem)
Returns he operating system rule specified for patch groups using the patch baseline.
operatingSystem
- Returns he operating system rule specified for patch groups using the patch baseline.OperatingSystem
public void setOperatingSystem(OperatingSystem operatingSystem)
Returns he operating system rule specified for patch groups using the patch baseline.
operatingSystem
- Returns he operating system rule specified for patch groups using the patch baseline.OperatingSystem
public GetPatchBaselineForPatchGroupRequest withOperatingSystem(OperatingSystem operatingSystem)
Returns he operating system rule specified for patch groups using the patch baseline.
operatingSystem
- Returns he operating system rule specified for patch groups using the patch baseline.OperatingSystem
public String toString()
toString
in class Object
Object.toString()
public GetPatchBaselineForPatchGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.