@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddPartnerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AddPartnerRequest() |
Modifier and Type | Method and Description |
---|---|
AddPartnerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The Amazon Web Services account ID that owns the cluster.
|
String |
getClusterIdentifier()
The cluster identifier of the cluster that receives data from the partner.
|
String |
getDatabaseName()
The name of the database that receives data from the partner.
|
String |
getPartnerName()
The name of the partner that is authorized to send data.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The Amazon Web Services account ID that owns the cluster.
|
void |
setClusterIdentifier(String clusterIdentifier)
The cluster identifier of the cluster that receives data from the partner.
|
void |
setDatabaseName(String databaseName)
The name of the database that receives data from the partner.
|
void |
setPartnerName(String partnerName)
The name of the partner that is authorized to send data.
|
String |
toString()
Returns a string representation of this object.
|
AddPartnerRequest |
withAccountId(String accountId)
The Amazon Web Services account ID that owns the cluster.
|
AddPartnerRequest |
withClusterIdentifier(String clusterIdentifier)
The cluster identifier of the cluster that receives data from the partner.
|
AddPartnerRequest |
withDatabaseName(String databaseName)
The name of the database that receives data from the partner.
|
AddPartnerRequest |
withPartnerName(String partnerName)
The name of the partner that is authorized to send data.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAccountId(String accountId)
The Amazon Web Services account ID that owns the cluster.
accountId
- The Amazon Web Services account ID that owns the cluster.public String getAccountId()
The Amazon Web Services account ID that owns the cluster.
public AddPartnerRequest withAccountId(String accountId)
The Amazon Web Services account ID that owns the cluster.
accountId
- The Amazon Web Services account ID that owns the cluster.public void setClusterIdentifier(String clusterIdentifier)
The cluster identifier of the cluster that receives data from the partner.
clusterIdentifier
- The cluster identifier of the cluster that receives data from the partner.public String getClusterIdentifier()
The cluster identifier of the cluster that receives data from the partner.
public AddPartnerRequest withClusterIdentifier(String clusterIdentifier)
The cluster identifier of the cluster that receives data from the partner.
clusterIdentifier
- The cluster identifier of the cluster that receives data from the partner.public void setDatabaseName(String databaseName)
The name of the database that receives data from the partner.
databaseName
- The name of the database that receives data from the partner.public String getDatabaseName()
The name of the database that receives data from the partner.
public AddPartnerRequest withDatabaseName(String databaseName)
The name of the database that receives data from the partner.
databaseName
- The name of the database that receives data from the partner.public void setPartnerName(String partnerName)
The name of the partner that is authorized to send data.
partnerName
- The name of the partner that is authorized to send data.public String getPartnerName()
The name of the partner that is authorized to send data.
public AddPartnerRequest withPartnerName(String partnerName)
The name of the partner that is authorized to send data.
partnerName
- The name of the partner that is authorized to send data.public String toString()
toString
in class Object
Object.toString()
public AddPartnerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()