@Generated(value="software.amazon.awssdk:codegen") public final class CreateHarvestJobResponse extends MediaPackageResponse implements ToCopyableBuilder<CreateHarvestJobResponse.Builder,CreateHarvestJobResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateHarvestJobResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) assigned to the HarvestJob.
|
static CreateHarvestJobResponse.Builder |
builder() |
String |
channelId()
The ID of the Channel that the HarvestJob will harvest from.
|
String |
createdAt()
The date and time the HarvestJob was submitted.
|
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 CreateHarvestJobResponse.Builder> |
serializableBuilderClass() |
String |
startTime()
The start of the time-window which will be harvested.
|
Status |
status()
The current status of the HarvestJob.
|
String |
statusAsString()
The current status of the HarvestJob.
|
CreateHarvestJobResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
public final String channelId()
public final String createdAt()
public final String endTime()
public final String id()
public final String originEndpointId()
public final S3Destination s3Destination()
public final String startTime()
public final Status status()
If the service returns an enum value that is not available in the current SDK version, status will
return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Statuspublic final String statusAsString()
If the service returns an enum value that is not available in the current SDK version, status will
return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Statuspublic CreateHarvestJobResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateHarvestJobResponse.Builder,CreateHarvestJobResponse>toBuilder in class AwsResponsepublic static CreateHarvestJobResponse.Builder builder()
public static Class<? extends CreateHarvestJobResponse.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.