@Generated(value="software.amazon.awssdk:codegen") public final class DescribeAvailablePatchesResponse extends SsmResponse implements ToCopyableBuilder<DescribeAvailablePatchesResponse.Builder,DescribeAvailablePatchesResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeAvailablePatchesResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeAvailablePatchesResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
The token to use when requesting the next set of items.
|
List<Patch> |
patches()
An array of patches.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeAvailablePatchesResponse.Builder> |
serializableBuilderClass() |
DescribeAvailablePatchesResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<Patch> patches()
An array of patches. Each entry in the array is a patch structure.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public 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.
public DescribeAvailablePatchesResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeAvailablePatchesResponse.Builder,DescribeAvailablePatchesResponse>toBuilder in class AwsResponsepublic static DescribeAvailablePatchesResponse.Builder builder()
public static Class<? extends DescribeAvailablePatchesResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.