@Generated(value="software.amazon.awssdk:codegen") public final class CreateSchedulingPolicyResponse extends BatchResponse implements ToCopyableBuilder<CreateSchedulingPolicyResponse.Builder,CreateSchedulingPolicyResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
CreateSchedulingPolicyResponse.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The Amazon Resource Name (ARN) of the scheduling policy.
|
static CreateSchedulingPolicyResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the scheduling policy.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateSchedulingPolicyResponse.Builder> |
serializableBuilderClass() |
CreateSchedulingPolicyResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String name()
The name of the scheduling policy.
public final String arn()
The Amazon Resource Name (ARN) of the scheduling policy. The format is
aws:Partition:batch:Region:Account:scheduling-policy/Name
. For example,
aws:aws:batch:us-west-2:012345678910:scheduling-policy/MySchedulingPolicy
.
aws:Partition:batch:Region:Account:scheduling-policy/Name
. For
example, aws:aws:batch:us-west-2:012345678910:scheduling-policy/MySchedulingPolicy
.public CreateSchedulingPolicyResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CreateSchedulingPolicyResponse.Builder,CreateSchedulingPolicyResponse>
toBuilder
in class AwsResponse
public static CreateSchedulingPolicyResponse.Builder builder()
public static Class<? extends CreateSchedulingPolicyResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsResponse
public final boolean equals(Object obj)
equals
in class AwsResponse
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2021. All rights reserved.