@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeThemePermissionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeThemePermissionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeThemePermissionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID of the Amazon Web Services account that contains the theme that you're describing.
|
String |
getThemeId()
The ID for the theme that you want to describe permissions for.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the theme that you're describing.
|
void |
setThemeId(String themeId)
The ID for the theme that you want to describe permissions for.
|
String |
toString()
Returns a string representation of this object.
|
DescribeThemePermissionsRequest |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the theme that you're describing.
|
DescribeThemePermissionsRequest |
withThemeId(String themeId)
The ID for the theme that you want to describe permissions for.
|
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 setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the theme that you're describing.
awsAccountId
- The ID of the Amazon Web Services account that contains the theme that you're describing.public String getAwsAccountId()
The ID of the Amazon Web Services account that contains the theme that you're describing.
public DescribeThemePermissionsRequest withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the theme that you're describing.
awsAccountId
- The ID of the Amazon Web Services account that contains the theme that you're describing.public void setThemeId(String themeId)
The ID for the theme that you want to describe permissions for.
themeId
- The ID for the theme that you want to describe permissions for.public String getThemeId()
The ID for the theme that you want to describe permissions for.
public DescribeThemePermissionsRequest withThemeId(String themeId)
The ID for the theme that you want to describe permissions for.
themeId
- The ID for the theme that you want to describe permissions for.public String toString()
toString
in class Object
Object.toString()
public DescribeThemePermissionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()