@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPartnershipsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListPartnershipsRequest() |
Modifier and Type | Method and Description |
---|---|
ListPartnershipsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Specifies the maximum number of capabilities to return.
|
String |
getNextToken()
When additional results are obtained from the command, a
NextToken parameter is returned in the
output. |
String |
getProfileId()
Specifies the unique, system-generated identifier for the profile connected to this partnership.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Specifies the maximum number of capabilities to return.
|
void |
setNextToken(String nextToken)
When additional results are obtained from the command, a
NextToken parameter is returned in the
output. |
void |
setProfileId(String profileId)
Specifies the unique, system-generated identifier for the profile connected to this partnership.
|
String |
toString()
Returns a string representation of this object.
|
ListPartnershipsRequest |
withMaxResults(Integer maxResults)
Specifies the maximum number of capabilities to return.
|
ListPartnershipsRequest |
withNextToken(String nextToken)
When additional results are obtained from the command, a
NextToken parameter is returned in the
output. |
ListPartnershipsRequest |
withProfileId(String profileId)
Specifies the unique, system-generated identifier for the profile connected to this partnership.
|
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 setProfileId(String profileId)
Specifies the unique, system-generated identifier for the profile connected to this partnership.
profileId
- Specifies the unique, system-generated identifier for the profile connected to this partnership.public String getProfileId()
Specifies the unique, system-generated identifier for the profile connected to this partnership.
public ListPartnershipsRequest withProfileId(String profileId)
Specifies the unique, system-generated identifier for the profile connected to this partnership.
profileId
- Specifies the unique, system-generated identifier for the profile connected to this partnership.public void setNextToken(String nextToken)
When additional results are obtained from the command, a NextToken
parameter is returned in the
output. You can then pass the NextToken
parameter in a subsequent command to continue listing
additional resources.
nextToken
- When additional results are obtained from the command, a NextToken
parameter is returned in
the output. You can then pass the NextToken
parameter in a subsequent command to continue
listing additional resources.public String getNextToken()
When additional results are obtained from the command, a NextToken
parameter is returned in the
output. You can then pass the NextToken
parameter in a subsequent command to continue listing
additional resources.
NextToken
parameter is returned in
the output. You can then pass the NextToken
parameter in a subsequent command to continue
listing additional resources.public ListPartnershipsRequest withNextToken(String nextToken)
When additional results are obtained from the command, a NextToken
parameter is returned in the
output. You can then pass the NextToken
parameter in a subsequent command to continue listing
additional resources.
nextToken
- When additional results are obtained from the command, a NextToken
parameter is returned in
the output. You can then pass the NextToken
parameter in a subsequent command to continue
listing additional resources.public void setMaxResults(Integer maxResults)
Specifies the maximum number of capabilities to return.
maxResults
- Specifies the maximum number of capabilities to return.public Integer getMaxResults()
Specifies the maximum number of capabilities to return.
public ListPartnershipsRequest withMaxResults(Integer maxResults)
Specifies the maximum number of capabilities to return.
maxResults
- Specifies the maximum number of capabilities to return.public String toString()
toString
in class Object
Object.toString()
public ListPartnershipsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()