@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateProjectResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateProjectResult() |
Modifier and Type | Method and Description |
---|---|
CreateProjectResult |
clone() |
boolean |
equals(Object obj) |
String |
getProjectArn()
The ARN of the project,
which has the following format.
|
String |
getProjectId()
The ID of the project.
|
int |
hashCode() |
void |
setProjectArn(String projectArn)
The ARN of the project,
which has the following format.
|
void |
setProjectId(String projectId)
The ID of the project.
|
String |
toString()
Returns a string representation of this object.
|
CreateProjectResult |
withProjectArn(String projectArn)
The ARN of the project,
which has the following format.
|
CreateProjectResult |
withProjectId(String projectId)
The ID of the project.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setProjectId(String projectId)
The ID of the project.
projectId
- The ID of the project.public String getProjectId()
The ID of the project.
public CreateProjectResult withProjectId(String projectId)
The ID of the project.
projectId
- The ID of the project.public void setProjectArn(String projectArn)
The ARN of the project, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}
projectArn
- The ARN of the
project, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}
public String getProjectArn()
The ARN of the project, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}
arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}
public CreateProjectResult withProjectArn(String projectArn)
The ARN of the project, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}
projectArn
- The ARN of the
project, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}
public String toString()
toString
in class Object
Object.toString()
public CreateProjectResult clone()