@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 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 String arn()
public String channelId()
public String createdAt()
public String endTime()
public String id()
public String originEndpointId()
public S3Destination s3Destination()
public String startTime()
public 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 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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.