@Generated(value="software.amazon.awssdk:codegen") public final class CreateJobTemplateResponse extends EmrContainersResponse implements ToCopyableBuilder<CreateJobTemplateResponse.Builder,CreateJobTemplateResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateJobTemplateResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
This output display the ARN of the created job template.
|
static CreateJobTemplateResponse.Builder |
builder() |
Instant |
createdAt()
This output displays the date and time when the job template was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
This output display the created job template ID.
|
String |
name()
This output displays the name of the created job template.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateJobTemplateResponse.Builder> |
serializableBuilderClass() |
CreateJobTemplateResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
This output display the created job template ID.
public final String name()
This output displays the name of the created job template.
public final String arn()
This output display the ARN of the created job template.
public final Instant createdAt()
This output displays the date and time when the job template was created.
public CreateJobTemplateResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateJobTemplateResponse.Builder,CreateJobTemplateResponse>toBuilder in class AwsResponsepublic static CreateJobTemplateResponse.Builder builder()
public static Class<? extends CreateJobTemplateResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.