ToCopyableBuilder<GetAssignmentResponse.Builder,GetAssignmentResponse>
@Generated("software.amazon.awssdk:codegen") public class GetAssignmentResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetAssignmentResponse.Builder,GetAssignmentResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetAssignmentResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
Assignment |
assignment() |
The assignment.
|
static GetAssignmentResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
HIT |
hit() |
The HIT associated with this assignment.
|
static Class<? extends GetAssignmentResponse.Builder> |
serializableBuilderClass() |
|
GetAssignmentResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public Assignment assignment()
The assignment. The response includes one Assignment element.
public HIT hit()
The HIT associated with this assignment. The response includes one HIT element.
public GetAssignmentResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetAssignmentResponse.Builder,GetAssignmentResponse>
public static GetAssignmentResponse.Builder builder()
public static Class<? extends GetAssignmentResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.