@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePatchBaselinesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribePatchBaselinesResult() |
Modifier and Type | Method and Description |
---|---|
DescribePatchBaselinesResult |
clone() |
boolean |
equals(Object obj) |
List<PatchBaselineIdentity> |
getBaselineIdentities()
An array of
PatchBaselineIdentity elements. |
String |
getNextToken()
The token to use when requesting the next set of items.
|
int |
hashCode() |
void |
setBaselineIdentities(Collection<PatchBaselineIdentity> baselineIdentities)
An array of
PatchBaselineIdentity elements. |
void |
setNextToken(String nextToken)
The token to use when requesting the next set of items.
|
String |
toString()
Returns a string representation of this object.
|
DescribePatchBaselinesResult |
withBaselineIdentities(Collection<PatchBaselineIdentity> baselineIdentities)
An array of
PatchBaselineIdentity elements. |
DescribePatchBaselinesResult |
withBaselineIdentities(PatchBaselineIdentity... baselineIdentities)
An array of
PatchBaselineIdentity elements. |
DescribePatchBaselinesResult |
withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<PatchBaselineIdentity> getBaselineIdentities()
An array of PatchBaselineIdentity
elements.
PatchBaselineIdentity
elements.public void setBaselineIdentities(Collection<PatchBaselineIdentity> baselineIdentities)
An array of PatchBaselineIdentity
elements.
baselineIdentities
- An array of PatchBaselineIdentity
elements.public DescribePatchBaselinesResult withBaselineIdentities(PatchBaselineIdentity... baselineIdentities)
An array of PatchBaselineIdentity
elements.
NOTE: This method appends the values to the existing list (if any). Use
setBaselineIdentities(java.util.Collection)
or withBaselineIdentities(java.util.Collection)
if
you want to override the existing values.
baselineIdentities
- An array of PatchBaselineIdentity
elements.public DescribePatchBaselinesResult withBaselineIdentities(Collection<PatchBaselineIdentity> baselineIdentities)
An array of PatchBaselineIdentity
elements.
baselineIdentities
- An array of PatchBaselineIdentity
elements.public void setNextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return, the
string is empty.public String getNextToken()
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
public DescribePatchBaselinesResult withNextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return, the
string is empty.public String toString()
toString
in class Object
Object.toString()
public DescribePatchBaselinesResult clone()
Copyright © 2023. All rights reserved.