@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAppRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeAppRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAppRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppName()
The name of the app.
|
String |
getAppType()
The type of app.
|
String |
getDomainId()
The domain ID.
|
String |
getUserProfileName()
The user profile name.
|
int |
hashCode() |
void |
setAppName(String appName)
The name of the app.
|
void |
setAppType(String appType)
The type of app.
|
void |
setDomainId(String domainId)
The domain ID.
|
void |
setUserProfileName(String userProfileName)
The user profile name.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAppRequest |
withAppName(String appName)
The name of the app.
|
DescribeAppRequest |
withAppType(AppType appType)
The type of app.
|
DescribeAppRequest |
withAppType(String appType)
The type of app.
|
DescribeAppRequest |
withDomainId(String domainId)
The domain ID.
|
DescribeAppRequest |
withUserProfileName(String userProfileName)
The user profile name.
|
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 setDomainId(String domainId)
The domain ID.
domainId
- The domain ID.public String getDomainId()
The domain ID.
public DescribeAppRequest withDomainId(String domainId)
The domain ID.
domainId
- The domain ID.public void setUserProfileName(String userProfileName)
The user profile name.
userProfileName
- The user profile name.public String getUserProfileName()
The user profile name.
public DescribeAppRequest withUserProfileName(String userProfileName)
The user profile name.
userProfileName
- The user profile name.public void setAppType(String appType)
The type of app.
appType
- The type of app.AppType
public DescribeAppRequest withAppType(String appType)
The type of app.
appType
- The type of app.AppType
public DescribeAppRequest withAppType(AppType appType)
The type of app.
appType
- The type of app.AppType
public void setAppName(String appName)
The name of the app.
appName
- The name of the app.public String getAppName()
The name of the app.
public DescribeAppRequest withAppName(String appName)
The name of the app.
appName
- The name of the app.public String toString()
toString
in class Object
Object.toString()
public DescribeAppRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.