@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 | getSpaceName()
 The name of the space. | 
| 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 | setSpaceName(String spaceName)
 The name of the space. | 
| 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 | withSpaceName(String spaceName)
 The name of the space. | 
| 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, withSdkRequestTimeoutpublic 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. If this value is not set, then SpaceName must be set.
 
userProfileName - The user profile name. If this value is not set, then SpaceName must be set.public String getUserProfileName()
 The user profile name. If this value is not set, then SpaceName must be set.
 
SpaceName must be set.public DescribeAppRequest withUserProfileName(String userProfileName)
 The user profile name. If this value is not set, then SpaceName must be set.
 
userProfileName - The user profile name. If this value is not set, then SpaceName must be set.public void setSpaceName(String spaceName)
The name of the space.
spaceName - The name of the space.public String getSpaceName()
The name of the space.
public DescribeAppRequest withSpaceName(String spaceName)
The name of the space.
spaceName - The name of the space.public void setAppType(String appType)
The type of app.
appType - The type of app.AppTypepublic DescribeAppRequest withAppType(String appType)
The type of app.
appType - The type of app.AppTypepublic DescribeAppRequest withAppType(AppType appType)
The type of app.
appType - The type of app.AppTypepublic 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 ObjectObject.toString()public DescribeAppRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()