@Generated(value="software.amazon.awssdk:codegen") public final class DescribePackageImportJobResponse extends PanoramaResponse implements ToCopyableBuilder<DescribePackageImportJobResponse.Builder,DescribePackageImportJobResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribePackageImportJobResponse.Builder |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clientToken()
The job's client token.
public final Instant createdTime()
When the job was created.
public final PackageImportJobInputConfig inputConfig()
The job's input config.
public final String jobId()
The job's ID.
public final boolean hasJobTags()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<JobResourceTags> jobTags()
The job's tags.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasJobTags() method.
public final PackageImportJobType jobType()
The job's type.
If the service returns an enum value that is not available in the current SDK version, jobType will
return PackageImportJobType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from jobTypeAsString().
PackageImportJobTypepublic final String jobTypeAsString()
The job's type.
If the service returns an enum value that is not available in the current SDK version, jobType will
return PackageImportJobType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from jobTypeAsString().
PackageImportJobTypepublic final Instant lastUpdatedTime()
When the job was updated.
public final PackageImportJobOutput output()
The job's output.
public final PackageImportJobOutputConfig outputConfig()
The job's output config.
public final PackageImportJobStatus status()
The job's status.
If the service returns an enum value that is not available in the current SDK version, status will
return PackageImportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
PackageImportJobStatuspublic final String statusAsString()
The job's status.
If the service returns an enum value that is not available in the current SDK version, status will
return PackageImportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
PackageImportJobStatuspublic final String statusMessage()
The job's status message.
public DescribePackageImportJobResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribePackageImportJobResponse.Builder,DescribePackageImportJobResponse>toBuilder in class AwsResponsepublic static DescribePackageImportJobResponse.Builder builder()
public static Class<? extends DescribePackageImportJobResponse.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 © 2022. All rights reserved.