@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeProjectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request structure used to request details about a project.
NOOP
Constructor and Description |
---|
DescribeProjectRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeProjectRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getProjectId()
Unique project identifier.
|
Boolean |
getSyncFromResources()
If set to true, causes AWS Mobile Hub to synchronize information from other services, e.g., update state of AWS
CloudFormation stacks in the AWS Mobile Hub project.
|
int |
hashCode() |
Boolean |
isSyncFromResources()
If set to true, causes AWS Mobile Hub to synchronize information from other services, e.g., update state of AWS
CloudFormation stacks in the AWS Mobile Hub project.
|
void |
setProjectId(String projectId)
Unique project identifier.
|
void |
setSyncFromResources(Boolean syncFromResources)
If set to true, causes AWS Mobile Hub to synchronize information from other services, e.g., update state of AWS
CloudFormation stacks in the AWS Mobile Hub project.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeProjectRequest |
withProjectId(String projectId)
Unique project identifier.
|
DescribeProjectRequest |
withSyncFromResources(Boolean syncFromResources)
If set to true, causes AWS Mobile Hub to synchronize information from other services, e.g., update state of AWS
CloudFormation stacks in the AWS Mobile Hub project.
|
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 setProjectId(String projectId)
Unique project identifier.
projectId
- Unique project identifier.public String getProjectId()
Unique project identifier.
public DescribeProjectRequest withProjectId(String projectId)
Unique project identifier.
projectId
- Unique project identifier.public void setSyncFromResources(Boolean syncFromResources)
If set to true, causes AWS Mobile Hub to synchronize information from other services, e.g., update state of AWS CloudFormation stacks in the AWS Mobile Hub project.
syncFromResources
- If set to true, causes AWS Mobile Hub to synchronize information from other services, e.g., update state
of AWS CloudFormation stacks in the AWS Mobile Hub project.public Boolean getSyncFromResources()
If set to true, causes AWS Mobile Hub to synchronize information from other services, e.g., update state of AWS CloudFormation stacks in the AWS Mobile Hub project.
public DescribeProjectRequest withSyncFromResources(Boolean syncFromResources)
If set to true, causes AWS Mobile Hub to synchronize information from other services, e.g., update state of AWS CloudFormation stacks in the AWS Mobile Hub project.
syncFromResources
- If set to true, causes AWS Mobile Hub to synchronize information from other services, e.g., update state
of AWS CloudFormation stacks in the AWS Mobile Hub project.public Boolean isSyncFromResources()
If set to true, causes AWS Mobile Hub to synchronize information from other services, e.g., update state of AWS CloudFormation stacks in the AWS Mobile Hub project.
public String toString()
toString
in class Object
Object.toString()
public DescribeProjectRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.