@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCampaignResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateCampaignResult() |
Modifier and Type | Method and Description |
---|---|
CreateCampaignResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the created campaign.
|
String |
getName()
The name of the created campaign.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the created campaign.
|
void |
setName(String name)
The name of the created campaign.
|
String |
toString()
Returns a string representation of this object.
|
CreateCampaignResult |
withArn(String arn)
The ARN of the created campaign.
|
CreateCampaignResult |
withName(String name)
The name of the created campaign.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
The name of the created campaign.
name
- The name of the created campaign.public String getName()
The name of the created campaign.
public CreateCampaignResult withName(String name)
The name of the created campaign.
name
- The name of the created campaign.public void setArn(String arn)
The ARN of the created campaign.
arn
- The ARN of the created campaign.public String getArn()
The ARN of the created campaign.
public CreateCampaignResult withArn(String arn)
The ARN of the created campaign.
arn
- The ARN of the created campaign.public String toString()
toString
in class Object
Object.toString()
public CreateCampaignResult clone()