@Generated(value="software.amazon.awssdk:codegen") public class UpdateDocumentResponse extends SSMResponse implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<UpdateDocumentResponse.Builder,UpdateDocumentResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateDocumentResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateDocumentResponse.Builder |
builder() |
DocumentDescription |
documentDescription()
A description of the document that was updated.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends UpdateDocumentResponse.Builder> |
serializableBuilderClass() |
UpdateDocumentResponse.Builder |
toBuilder() |
String |
toString() |
public DocumentDescription documentDescription()
A description of the document that was updated.
public UpdateDocumentResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<UpdateDocumentResponse.Builder,UpdateDocumentResponse>toBuilder in class AwsResponsepublic static UpdateDocumentResponse.Builder builder()
public static Class<? extends UpdateDocumentResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2017. All rights reserved.