@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateScraperResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a CreateScraper operation.
Constructor and Description |
---|
CreateScraperResult() |
Modifier and Type | Method and Description |
---|---|
CreateScraperResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateScraperResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateScraperResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the scraper that was just created.
|
String |
getScraperId()
The generated ID of the scraper that was just created.
|
ScraperStatus |
getStatus()
The status of the scraper that was just created (usually CREATING).
|
Map<String,String> |
getTags()
The tags of this scraper.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the scraper that was just created.
|
void |
setScraperId(String scraperId)
The generated ID of the scraper that was just created.
|
void |
setStatus(ScraperStatus status)
The status of the scraper that was just created (usually CREATING).
|
void |
setTags(Map<String,String> tags)
The tags of this scraper.
|
String |
toString()
Returns a string representation of this object.
|
CreateScraperResult |
withArn(String arn)
The ARN of the scraper that was just created.
|
CreateScraperResult |
withScraperId(String scraperId)
The generated ID of the scraper that was just created.
|
CreateScraperResult |
withStatus(ScraperStatus status)
The status of the scraper that was just created (usually CREATING).
|
CreateScraperResult |
withTags(Map<String,String> tags)
The tags of this scraper.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setScraperId(String scraperId)
The generated ID of the scraper that was just created.
scraperId
- The generated ID of the scraper that was just created.public String getScraperId()
The generated ID of the scraper that was just created.
public CreateScraperResult withScraperId(String scraperId)
The generated ID of the scraper that was just created.
scraperId
- The generated ID of the scraper that was just created.public void setArn(String arn)
The ARN of the scraper that was just created.
arn
- The ARN of the scraper that was just created.public String getArn()
The ARN of the scraper that was just created.
public CreateScraperResult withArn(String arn)
The ARN of the scraper that was just created.
arn
- The ARN of the scraper that was just created.public void setStatus(ScraperStatus status)
The status of the scraper that was just created (usually CREATING).
status
- The status of the scraper that was just created (usually CREATING).public ScraperStatus getStatus()
The status of the scraper that was just created (usually CREATING).
public CreateScraperResult withStatus(ScraperStatus status)
The status of the scraper that was just created (usually CREATING).
status
- The status of the scraper that was just created (usually CREATING).public Map<String,String> getTags()
The tags of this scraper.
public void setTags(Map<String,String> tags)
The tags of this scraper.
tags
- The tags of this scraper.public CreateScraperResult withTags(Map<String,String> tags)
The tags of this scraper.
tags
- The tags of this scraper.public CreateScraperResult addTagsEntry(String key, String value)
public CreateScraperResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateScraperResult clone()