@Generated(value="software.amazon.awssdk:codegen") public final class GetTileRequest extends SageMakerGeospatialRequest implements ToCopyableBuilder<GetTileRequest.Builder,GetTileRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetTileRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the tile operation.
|
static GetTileRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
executionRoleArn()
The Amazon Resource Name (ARN) of the IAM role that you specify.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasImageAssets()
For responses, this returns true if the service returned a value for the ImageAssets property.
|
List<String> |
imageAssets()
The particular assets or bands to tile.
|
Boolean |
imageMask()
Determines whether or not to return a valid data mask.
|
OutputType |
outputDataType()
The output data type of the tile operation.
|
String |
outputDataTypeAsString()
The output data type of the tile operation.
|
String |
outputFormat()
The data format of the output tile.
|
String |
propertyFilters()
Property filters for the imagery to tile.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetTileRequest.Builder> |
serializableBuilderClass() |
TargetOptions |
target()
Determines what part of the Earth Observation job to tile.
|
String |
targetAsString()
Determines what part of the Earth Observation job to tile.
|
String |
timeRangeFilter()
Time range filter applied to imagery to find the images to tile.
|
GetTileRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
x()
The x coordinate of the tile input.
|
Integer |
y()
The y coordinate of the tile input.
|
Integer |
z()
The z coordinate of the tile input.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the tile operation.
public final String executionRoleArn()
The Amazon Resource Name (ARN) of the IAM role that you specify.
public final boolean hasImageAssets()
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<String> imageAssets()
The particular assets or bands to tile.
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 hasImageAssets() method.
public final Boolean imageMask()
Determines whether or not to return a valid data mask.
public final OutputType outputDataType()
The output data type of the tile operation.
If the service returns an enum value that is not available in the current SDK version, outputDataType
will return OutputType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
outputDataTypeAsString().
OutputTypepublic final String outputDataTypeAsString()
The output data type of the tile operation.
If the service returns an enum value that is not available in the current SDK version, outputDataType
will return OutputType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
outputDataTypeAsString().
OutputTypepublic final String outputFormat()
The data format of the output tile. The formats include .npy, .png and .jpg.
public final String propertyFilters()
Property filters for the imagery to tile.
public final TargetOptions target()
Determines what part of the Earth Observation job to tile. 'INPUT' or 'OUTPUT' are the valid options.
If the service returns an enum value that is not available in the current SDK version, target will
return TargetOptions.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
targetAsString().
TargetOptionspublic final String targetAsString()
Determines what part of the Earth Observation job to tile. 'INPUT' or 'OUTPUT' are the valid options.
If the service returns an enum value that is not available in the current SDK version, target will
return TargetOptions.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
targetAsString().
TargetOptionspublic final String timeRangeFilter()
Time range filter applied to imagery to find the images to tile.
public final Integer x()
The x coordinate of the tile input.
public final Integer y()
The y coordinate of the tile input.
public final Integer z()
The z coordinate of the tile input.
public GetTileRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetTileRequest.Builder,GetTileRequest>toBuilder in class SageMakerGeospatialRequestpublic static GetTileRequest.Builder builder()
public static Class<? extends GetTileRequest.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.