public class GetCampaignVersionRequest extends AmazonWebServiceRequest implements java.io.Serializable
| Constructor and Description |
|---|
GetCampaignVersionRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getApplicationId()
The unique ID of your Amazon Pinpoint application.
|
java.lang.String |
getCampaignId()
The unique ID of the campaign.
|
java.lang.String |
getVersion()
The version of the campaign.
|
int |
hashCode() |
void |
setApplicationId(java.lang.String applicationId)
The unique ID of your Amazon Pinpoint application.
|
void |
setCampaignId(java.lang.String campaignId)
The unique ID of the campaign.
|
void |
setVersion(java.lang.String version)
The version of the campaign.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetCampaignVersionRequest |
withApplicationId(java.lang.String applicationId)
The unique ID of your Amazon Pinpoint application.
|
GetCampaignVersionRequest |
withCampaignId(java.lang.String campaignId)
The unique ID of the campaign.
|
GetCampaignVersionRequest |
withVersion(java.lang.String version)
The version of the campaign.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getApplicationId()
public void setApplicationId(java.lang.String applicationId)
applicationId - The unique ID of your Amazon Pinpoint application.public GetCampaignVersionRequest withApplicationId(java.lang.String applicationId)
Returns a reference to this object so that method calls can be chained together.
applicationId - The unique ID of your Amazon Pinpoint application.public java.lang.String getCampaignId()
public void setCampaignId(java.lang.String campaignId)
campaignId - The unique ID of the campaign.public GetCampaignVersionRequest withCampaignId(java.lang.String campaignId)
Returns a reference to this object so that method calls can be chained together.
campaignId - The unique ID of the campaign.public java.lang.String getVersion()
public void setVersion(java.lang.String version)
version - The version of the campaign.public GetCampaignVersionRequest withVersion(java.lang.String version)
Returns a reference to this object so that method calls can be chained together.
version - The version of the campaign.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.