@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePartnerStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdatePartnerStatusRequest() |
Modifier and Type | Method and Description |
---|---|
UpdatePartnerStatusRequest |
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 whose partner integration status is being updated.
|
String |
getDatabaseName()
The name of the database whose partner integration status is being updated.
|
String |
getPartnerName()
The name of the partner whose integration status is being updated.
|
String |
getStatus()
The value of the updated status.
|
String |
getStatusMessage()
The status message provided by the partner.
|
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 whose partner integration status is being updated.
|
void |
setDatabaseName(String databaseName)
The name of the database whose partner integration status is being updated.
|
void |
setPartnerName(String partnerName)
The name of the partner whose integration status is being updated.
|
void |
setStatus(String status)
The value of the updated status.
|
void |
setStatusMessage(String statusMessage)
The status message provided by the partner.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePartnerStatusRequest |
withAccountId(String accountId)
The Amazon Web Services account ID that owns the cluster.
|
UpdatePartnerStatusRequest |
withClusterIdentifier(String clusterIdentifier)
The cluster identifier of the cluster whose partner integration status is being updated.
|
UpdatePartnerStatusRequest |
withDatabaseName(String databaseName)
The name of the database whose partner integration status is being updated.
|
UpdatePartnerStatusRequest |
withPartnerName(String partnerName)
The name of the partner whose integration status is being updated.
|
UpdatePartnerStatusRequest |
withStatus(PartnerIntegrationStatus status)
The value of the updated status.
|
UpdatePartnerStatusRequest |
withStatus(String status)
The value of the updated status.
|
UpdatePartnerStatusRequest |
withStatusMessage(String statusMessage)
The status message provided by the partner.
|
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 UpdatePartnerStatusRequest 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 whose partner integration status is being updated.
clusterIdentifier
- The cluster identifier of the cluster whose partner integration status is being updated.public String getClusterIdentifier()
The cluster identifier of the cluster whose partner integration status is being updated.
public UpdatePartnerStatusRequest withClusterIdentifier(String clusterIdentifier)
The cluster identifier of the cluster whose partner integration status is being updated.
clusterIdentifier
- The cluster identifier of the cluster whose partner integration status is being updated.public void setDatabaseName(String databaseName)
The name of the database whose partner integration status is being updated.
databaseName
- The name of the database whose partner integration status is being updated.public String getDatabaseName()
The name of the database whose partner integration status is being updated.
public UpdatePartnerStatusRequest withDatabaseName(String databaseName)
The name of the database whose partner integration status is being updated.
databaseName
- The name of the database whose partner integration status is being updated.public void setPartnerName(String partnerName)
The name of the partner whose integration status is being updated.
partnerName
- The name of the partner whose integration status is being updated.public String getPartnerName()
The name of the partner whose integration status is being updated.
public UpdatePartnerStatusRequest withPartnerName(String partnerName)
The name of the partner whose integration status is being updated.
partnerName
- The name of the partner whose integration status is being updated.public void setStatus(String status)
The value of the updated status.
status
- The value of the updated status.PartnerIntegrationStatus
public String getStatus()
The value of the updated status.
PartnerIntegrationStatus
public UpdatePartnerStatusRequest withStatus(String status)
The value of the updated status.
status
- The value of the updated status.PartnerIntegrationStatus
public UpdatePartnerStatusRequest withStatus(PartnerIntegrationStatus status)
The value of the updated status.
status
- The value of the updated status.PartnerIntegrationStatus
public void setStatusMessage(String statusMessage)
The status message provided by the partner.
statusMessage
- The status message provided by the partner.public String getStatusMessage()
The status message provided by the partner.
public UpdatePartnerStatusRequest withStatusMessage(String statusMessage)
The status message provided by the partner.
statusMessage
- The status message provided by the partner.public String toString()
toString
in class Object
Object.toString()
public UpdatePartnerStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()