@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRasterDataCollectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetRasterDataCollectionResult() |
Modifier and Type | Method and Description |
---|---|
GetRasterDataCollectionResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetRasterDataCollectionResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetRasterDataCollectionResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the raster data collection.
|
String |
getDescription()
A description of the raster data collection.
|
String |
getDescriptionPageUrl()
The URL of the description page.
|
List<String> |
getImageSourceBands()
The list of image source bands in the raster data collection.
|
String |
getName()
The name of the raster data collection.
|
List<Filter> |
getSupportedFilters()
The filters supported by the raster data collection.
|
Map<String,String> |
getTags()
Each tag consists of a key and a value.
|
String |
getType()
The raster data collection type.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the raster data collection.
|
void |
setDescription(String description)
A description of the raster data collection.
|
void |
setDescriptionPageUrl(String descriptionPageUrl)
The URL of the description page.
|
void |
setImageSourceBands(Collection<String> imageSourceBands)
The list of image source bands in the raster data collection.
|
void |
setName(String name)
The name of the raster data collection.
|
void |
setSupportedFilters(Collection<Filter> supportedFilters)
The filters supported by the raster data collection.
|
void |
setTags(Map<String,String> tags)
Each tag consists of a key and a value.
|
void |
setType(String type)
The raster data collection type.
|
String |
toString()
Returns a string representation of this object.
|
GetRasterDataCollectionResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the raster data collection.
|
GetRasterDataCollectionResult |
withDescription(String description)
A description of the raster data collection.
|
GetRasterDataCollectionResult |
withDescriptionPageUrl(String descriptionPageUrl)
The URL of the description page.
|
GetRasterDataCollectionResult |
withImageSourceBands(Collection<String> imageSourceBands)
The list of image source bands in the raster data collection.
|
GetRasterDataCollectionResult |
withImageSourceBands(String... imageSourceBands)
The list of image source bands in the raster data collection.
|
GetRasterDataCollectionResult |
withName(String name)
The name of the raster data collection.
|
GetRasterDataCollectionResult |
withSupportedFilters(Collection<Filter> supportedFilters)
The filters supported by the raster data collection.
|
GetRasterDataCollectionResult |
withSupportedFilters(Filter... supportedFilters)
The filters supported by the raster data collection.
|
GetRasterDataCollectionResult |
withTags(Map<String,String> tags)
Each tag consists of a key and a value.
|
GetRasterDataCollectionResult |
withType(DataCollectionType type)
The raster data collection type.
|
GetRasterDataCollectionResult |
withType(String type)
The raster data collection type.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the raster data collection.
arn
- The Amazon Resource Name (ARN) of the raster data collection.public String getArn()
The Amazon Resource Name (ARN) of the raster data collection.
public GetRasterDataCollectionResult withArn(String arn)
The Amazon Resource Name (ARN) of the raster data collection.
arn
- The Amazon Resource Name (ARN) of the raster data collection.public void setDescription(String description)
A description of the raster data collection.
description
- A description of the raster data collection.public String getDescription()
A description of the raster data collection.
public GetRasterDataCollectionResult withDescription(String description)
A description of the raster data collection.
description
- A description of the raster data collection.public void setDescriptionPageUrl(String descriptionPageUrl)
The URL of the description page.
descriptionPageUrl
- The URL of the description page.public String getDescriptionPageUrl()
The URL of the description page.
public GetRasterDataCollectionResult withDescriptionPageUrl(String descriptionPageUrl)
The URL of the description page.
descriptionPageUrl
- The URL of the description page.public List<String> getImageSourceBands()
The list of image source bands in the raster data collection.
public void setImageSourceBands(Collection<String> imageSourceBands)
The list of image source bands in the raster data collection.
imageSourceBands
- The list of image source bands in the raster data collection.public GetRasterDataCollectionResult withImageSourceBands(String... imageSourceBands)
The list of image source bands in the raster data collection.
NOTE: This method appends the values to the existing list (if any). Use
setImageSourceBands(java.util.Collection)
or withImageSourceBands(java.util.Collection)
if you
want to override the existing values.
imageSourceBands
- The list of image source bands in the raster data collection.public GetRasterDataCollectionResult withImageSourceBands(Collection<String> imageSourceBands)
The list of image source bands in the raster data collection.
imageSourceBands
- The list of image source bands in the raster data collection.public void setName(String name)
The name of the raster data collection.
name
- The name of the raster data collection.public String getName()
The name of the raster data collection.
public GetRasterDataCollectionResult withName(String name)
The name of the raster data collection.
name
- The name of the raster data collection.public List<Filter> getSupportedFilters()
The filters supported by the raster data collection.
public void setSupportedFilters(Collection<Filter> supportedFilters)
The filters supported by the raster data collection.
supportedFilters
- The filters supported by the raster data collection.public GetRasterDataCollectionResult withSupportedFilters(Filter... supportedFilters)
The filters supported by the raster data collection.
NOTE: This method appends the values to the existing list (if any). Use
setSupportedFilters(java.util.Collection)
or withSupportedFilters(java.util.Collection)
if you
want to override the existing values.
supportedFilters
- The filters supported by the raster data collection.public GetRasterDataCollectionResult withSupportedFilters(Collection<Filter> supportedFilters)
The filters supported by the raster data collection.
supportedFilters
- The filters supported by the raster data collection.public Map<String,String> getTags()
Each tag consists of a key and a value.
public void setTags(Map<String,String> tags)
Each tag consists of a key and a value.
tags
- Each tag consists of a key and a value.public GetRasterDataCollectionResult withTags(Map<String,String> tags)
Each tag consists of a key and a value.
tags
- Each tag consists of a key and a value.public GetRasterDataCollectionResult addTagsEntry(String key, String value)
public GetRasterDataCollectionResult clearTagsEntries()
public void setType(String type)
The raster data collection type.
type
- The raster data collection type.DataCollectionType
public String getType()
The raster data collection type.
DataCollectionType
public GetRasterDataCollectionResult withType(String type)
The raster data collection type.
type
- The raster data collection type.DataCollectionType
public GetRasterDataCollectionResult withType(DataCollectionType type)
The raster data collection type.
type
- The raster data collection type.DataCollectionType
public String toString()
toString
in class Object
Object.toString()
public GetRasterDataCollectionResult clone()