@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeletePartnerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeletePartnerResult() |
Modifier and Type | Method and Description |
---|---|
DeletePartnerResult |
clone() |
boolean |
equals(Object obj) |
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 |
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.
|
DeletePartnerResult |
withDatabaseName(String databaseName)
The name of the database that receives data from the partner.
|
DeletePartnerResult |
withPartnerName(String partnerName)
The name of the partner that is authorized to send data.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 DeletePartnerResult 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 DeletePartnerResult 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 DeletePartnerResult clone()