Class PurchaseOfferingRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.mediaconnect.model.MediaConnectRequest
-
- software.amazon.awssdk.services.mediaconnect.model.PurchaseOfferingRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<PurchaseOfferingRequest.Builder,PurchaseOfferingRequest>
@Generated("software.amazon.awssdk:codegen") public final class PurchaseOfferingRequest extends MediaConnectRequest implements ToCopyableBuilder<PurchaseOfferingRequest.Builder,PurchaseOfferingRequest>
A request to purchase a offering.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePurchaseOfferingRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PurchaseOfferingRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringofferingArn()The Amazon Resource Name (ARN) of the offering.StringreservationName()The name that you want to use for the reservation.List<SdkField<?>>sdkFields()static Class<? extends PurchaseOfferingRequest.Builder>serializableBuilderClass()Stringstart()The date and time that you want the reservation to begin, in Coordinated Universal Time (UTC).PurchaseOfferingRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
offeringArn
public final String offeringArn()
The Amazon Resource Name (ARN) of the offering.- Returns:
- The Amazon Resource Name (ARN) of the offering.
-
reservationName
public final String reservationName()
The name that you want to use for the reservation.- Returns:
- The name that you want to use for the reservation.
-
start
public final String start()
The date and time that you want the reservation to begin, in Coordinated Universal Time (UTC). You can specify any date and time between 12:00am on the first day of the current month to the current time on today's date, inclusive. Specify the start in a 24-hour notation. Use the following format: YYYY-MM-DDTHH:mm:SSZ, where T and Z are literal characters. For example, to specify 11:30pm on March 5, 2020, enter 2020-03-05T23:30:00Z.- Returns:
- The date and time that you want the reservation to begin, in Coordinated Universal Time (UTC). You can specify any date and time between 12:00am on the first day of the current month to the current time on today's date, inclusive. Specify the start in a 24-hour notation. Use the following format: YYYY-MM-DDTHH:mm:SSZ, where T and Z are literal characters. For example, to specify 11:30pm on March 5, 2020, enter 2020-03-05T23:30:00Z.
-
toBuilder
public PurchaseOfferingRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PurchaseOfferingRequest.Builder,PurchaseOfferingRequest>- Specified by:
toBuilderin classMediaConnectRequest
-
builder
public static PurchaseOfferingRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends PurchaseOfferingRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-