@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateProjectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateProjectRequest() |
Modifier and Type | Method and Description |
---|---|
CreateProjectRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
The description of the Amazon DataZone project.
|
String |
getDomainIdentifier()
The ID of the Amazon DataZone domain in which this project is created.
|
List<String> |
getGlossaryTerms()
The glossary terms that can be used in this Amazon DataZone project.
|
String |
getName()
The name of the Amazon DataZone project.
|
int |
hashCode() |
void |
setDescription(String description)
The description of the Amazon DataZone project.
|
void |
setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this project is created.
|
void |
setGlossaryTerms(Collection<String> glossaryTerms)
The glossary terms that can be used in this Amazon DataZone project.
|
void |
setName(String name)
The name of the Amazon DataZone project.
|
String |
toString()
Returns a string representation of this object.
|
CreateProjectRequest |
withDescription(String description)
The description of the Amazon DataZone project.
|
CreateProjectRequest |
withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this project is created.
|
CreateProjectRequest |
withGlossaryTerms(Collection<String> glossaryTerms)
The glossary terms that can be used in this Amazon DataZone project.
|
CreateProjectRequest |
withGlossaryTerms(String... glossaryTerms)
The glossary terms that can be used in this Amazon DataZone project.
|
CreateProjectRequest |
withName(String name)
The name of the Amazon DataZone 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 setDescription(String description)
The description of the Amazon DataZone project.
description
- The description of the Amazon DataZone project.public String getDescription()
The description of the Amazon DataZone project.
public CreateProjectRequest withDescription(String description)
The description of the Amazon DataZone project.
description
- The description of the Amazon DataZone project.public void setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this project is created.
domainIdentifier
- The ID of the Amazon DataZone domain in which this project is created.public String getDomainIdentifier()
The ID of the Amazon DataZone domain in which this project is created.
public CreateProjectRequest withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this project is created.
domainIdentifier
- The ID of the Amazon DataZone domain in which this project is created.public List<String> getGlossaryTerms()
The glossary terms that can be used in this Amazon DataZone project.
public void setGlossaryTerms(Collection<String> glossaryTerms)
The glossary terms that can be used in this Amazon DataZone project.
glossaryTerms
- The glossary terms that can be used in this Amazon DataZone project.public CreateProjectRequest withGlossaryTerms(String... glossaryTerms)
The glossary terms that can be used in this Amazon DataZone project.
NOTE: This method appends the values to the existing list (if any). Use
setGlossaryTerms(java.util.Collection)
or withGlossaryTerms(java.util.Collection)
if you want
to override the existing values.
glossaryTerms
- The glossary terms that can be used in this Amazon DataZone project.public CreateProjectRequest withGlossaryTerms(Collection<String> glossaryTerms)
The glossary terms that can be used in this Amazon DataZone project.
glossaryTerms
- The glossary terms that can be used in this Amazon DataZone project.public void setName(String name)
The name of the Amazon DataZone project.
name
- The name of the Amazon DataZone project.public String getName()
The name of the Amazon DataZone project.
public CreateProjectRequest withName(String name)
The name of the Amazon DataZone project.
name
- The name of the Amazon DataZone project.public String toString()
toString
in class Object
Object.toString()
public CreateProjectRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.