@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEnvironmentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateEnvironmentResult() |
Modifier and Type | Method and Description |
---|---|
CreateEnvironmentResult |
clone() |
boolean |
equals(Object obj) |
String |
getEnvironmentArn()
The Amazon Resource Name (ARN) of the FinSpace environment that you created.
|
String |
getEnvironmentId()
The unique identifier for FinSpace environment that you created.
|
String |
getEnvironmentUrl()
The sign-in URL for the web application of the FinSpace environment you created.
|
int |
hashCode() |
void |
setEnvironmentArn(String environmentArn)
The Amazon Resource Name (ARN) of the FinSpace environment that you created.
|
void |
setEnvironmentId(String environmentId)
The unique identifier for FinSpace environment that you created.
|
void |
setEnvironmentUrl(String environmentUrl)
The sign-in URL for the web application of the FinSpace environment you created.
|
String |
toString()
Returns a string representation of this object.
|
CreateEnvironmentResult |
withEnvironmentArn(String environmentArn)
The Amazon Resource Name (ARN) of the FinSpace environment that you created.
|
CreateEnvironmentResult |
withEnvironmentId(String environmentId)
The unique identifier for FinSpace environment that you created.
|
CreateEnvironmentResult |
withEnvironmentUrl(String environmentUrl)
The sign-in URL for the web application of the FinSpace environment you created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEnvironmentId(String environmentId)
The unique identifier for FinSpace environment that you created.
environmentId
- The unique identifier for FinSpace environment that you created.public String getEnvironmentId()
The unique identifier for FinSpace environment that you created.
public CreateEnvironmentResult withEnvironmentId(String environmentId)
The unique identifier for FinSpace environment that you created.
environmentId
- The unique identifier for FinSpace environment that you created.public void setEnvironmentArn(String environmentArn)
The Amazon Resource Name (ARN) of the FinSpace environment that you created.
environmentArn
- The Amazon Resource Name (ARN) of the FinSpace environment that you created.public String getEnvironmentArn()
The Amazon Resource Name (ARN) of the FinSpace environment that you created.
public CreateEnvironmentResult withEnvironmentArn(String environmentArn)
The Amazon Resource Name (ARN) of the FinSpace environment that you created.
environmentArn
- The Amazon Resource Name (ARN) of the FinSpace environment that you created.public void setEnvironmentUrl(String environmentUrl)
The sign-in URL for the web application of the FinSpace environment you created.
environmentUrl
- The sign-in URL for the web application of the FinSpace environment you created.public String getEnvironmentUrl()
The sign-in URL for the web application of the FinSpace environment you created.
public CreateEnvironmentResult withEnvironmentUrl(String environmentUrl)
The sign-in URL for the web application of the FinSpace environment you created.
environmentUrl
- The sign-in URL for the web application of the FinSpace environment you created.public String toString()
toString
in class Object
Object.toString()
public CreateEnvironmentResult clone()