@Generated(value="software.amazon.awssdk:codegen") public final class CreateHarvestJobRequest extends MediaPackageRequest implements ToCopyableBuilder<CreateHarvestJobRequest.Builder,CreateHarvestJobRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateHarvestJobRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateHarvestJobRequest.Builder |
builder() |
String |
endTime()
The end of the time-window which will be harvested
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the HarvestJob.
|
String |
originEndpointId()
The ID of the OriginEndpoint that the HarvestJob will harvest from.
|
S3Destination |
s3Destination()
Returns the value of the S3Destination property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateHarvestJobRequest.Builder> |
serializableBuilderClass() |
String |
startTime()
The start of the time-window which will be harvested
|
CreateHarvestJobRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String endTime()
public final String id()
public final String originEndpointId()
public final S3Destination s3Destination()
public final String startTime()
public CreateHarvestJobRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateHarvestJobRequest.Builder,CreateHarvestJobRequest>toBuilder in class MediaPackageRequestpublic static CreateHarvestJobRequest.Builder builder()
public static Class<? extends CreateHarvestJobRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.