@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeletePartnerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeletePartnerRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeletePartnerRequest |
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.
|
DeletePartnerRequest |
withAccountId(String accountId)
The Amazon Web Services account ID that owns the cluster.
|
DeletePartnerRequest |
withClusterIdentifier(String clusterIdentifier)
The cluster identifier of the cluster that receives data from the partner.
|
DeletePartnerRequest |
withDatabaseName(String databaseName)
The name of the database that receives data from the partner.
|
DeletePartnerRequest |
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, withSdkRequestTimeoutpublic 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 DeletePartnerRequest 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 DeletePartnerRequest 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 DeletePartnerRequest 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 DeletePartnerRequest 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 ObjectObject.toString()public DeletePartnerRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()