@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePartnersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribePartnersResult () |
| Modifier and Type | Method and Description |
|---|---|
DescribePartnersResult |
clone () |
boolean |
equals (Object obj) |
List<PartnerIntegrationInfo> |
getPartnerIntegrationInfoList ()
A list of partner integrations.
|
int |
hashCode () |
void |
setPartnerIntegrationInfoList (Collection<PartnerIntegrationInfo> partnerIntegrationInfoList)
A list of partner integrations.
|
String |
toString ()
Returns a string representation of this object.
|
DescribePartnersResult |
withPartnerIntegrationInfoList (Collection<PartnerIntegrationInfo> partnerIntegrationInfoList)
A list of partner integrations.
|
DescribePartnersResult |
withPartnerIntegrationInfoList (PartnerIntegrationInfo... partnerIntegrationInfoList)
A list of partner integrations.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public DescribePartnersResult()
public List<PartnerIntegrationInfo> getPartnerIntegrationInfoList()
A list of partner integrations.
public void setPartnerIntegrationInfoList(Collection<PartnerIntegrationInfo> partnerIntegrationInfoList)
A list of partner integrations.
partnerIntegrationInfoList - A list of partner integrations.public DescribePartnersResult withPartnerIntegrationInfoList(PartnerIntegrationInfo... partnerIntegrationInfoList)
A list of partner integrations.
NOTE: This method appends the values to the existing list (if any). Use
setPartnerIntegrationInfoList(java.util.Collection) or
withPartnerIntegrationInfoList(java.util.Collection) if you want to override the existing values.
partnerIntegrationInfoList - A list of partner integrations.public DescribePartnersResult withPartnerIntegrationInfoList(Collection<PartnerIntegrationInfo> partnerIntegrationInfoList)
A list of partner integrations.
partnerIntegrationInfoList - A list of partner integrations.public String toString()
toString in class Object Object.toString() public DescribePartnersResult clone()