@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCampaignResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The response for Create Campaign API
Constructor and Description |
---|
CreateCampaignResult() |
Modifier and Type | Method and Description |
---|---|
CreateCampaignResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateCampaignResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateCampaignResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn() |
String |
getId() |
Map<String,String> |
getTags() |
int |
hashCode() |
void |
setArn(String arn) |
void |
setId(String id) |
void |
setTags(Map<String,String> tags) |
String |
toString()
Returns a string representation of this object.
|
CreateCampaignResult |
withArn(String arn) |
CreateCampaignResult |
withId(String id) |
CreateCampaignResult |
withTags(Map<String,String> tags) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
id
- public String getId()
public CreateCampaignResult withId(String id)
id
- public void setArn(String arn)
arn
- public String getArn()
public CreateCampaignResult withArn(String arn)
arn
- public CreateCampaignResult withTags(Map<String,String> tags)
tags
- public CreateCampaignResult addTagsEntry(String key, String value)
public CreateCampaignResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateCampaignResult clone()