public class CreateProjectResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CreateProjectResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getProjectArn()
The Amazon Resource Name (ARN) of the new project.
|
int |
hashCode() |
void |
setProjectArn(java.lang.String projectArn)
The Amazon Resource Name (ARN) of the new project.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateProjectResult |
withProjectArn(java.lang.String projectArn)
The Amazon Resource Name (ARN) of the new project.
|
public java.lang.String getProjectArn()
The Amazon Resource Name (ARN) of the new project. You can use the ARN to configure IAM access to the project.
Constraints:
Length: 20 - 2048
Pattern:
(^arn:[a-z\d-]+:rekognition:[a-z\d-]+:\d{12}:project\/[a-zA
-Z0-9_.\-]{1,255}\/[0-9]+$)
The Amazon Resource Name (ARN) of the new project. You can use the ARN to configure IAM access to the project.
public void setProjectArn(java.lang.String projectArn)
The Amazon Resource Name (ARN) of the new project. You can use the ARN to configure IAM access to the project.
Constraints:
Length: 20 - 2048
Pattern:
(^arn:[a-z\d-]+:rekognition:[a-z\d-]+:\d{12}:project\/[a-zA
-Z0-9_.\-]{1,255}\/[0-9]+$)
projectArn - The Amazon Resource Name (ARN) of the new project. You can use the ARN to configure IAM access to the project.
public CreateProjectResult withProjectArn(java.lang.String projectArn)
The Amazon Resource Name (ARN) of the new project. You can use the ARN to configure IAM access to the project.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
Pattern:
(^arn:[a-z\d-]+:rekognition:[a-z\d-]+:\d{12}:project\/[a-zA
-Z0-9_.\-]{1,255}\/[0-9]+$)
projectArn - The Amazon Resource Name (ARN) of the new project. You can use the ARN to configure IAM access to the project.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.