@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMonitorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateMonitorRequest() |
Modifier and Type | Method and Description |
---|---|
CreateMonitorRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
The unique token which the server uses to recognize retries of the same request.
|
String |
getDisplayName()
The name that you give the monitor that is displayed in the Deadline Cloud console.
|
String |
getIdentityCenterInstanceArn()
The Amazon Resource Name (ARN) of the IAM Identity Center instance that authenticates monitor users.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of the IAM role that the monitor uses to connect to Deadline Cloud.
|
String |
getSubdomain()
The subdomain to use when creating the monitor URL.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
|
void |
setDisplayName(String displayName)
The name that you give the monitor that is displayed in the Deadline Cloud console.
|
void |
setIdentityCenterInstanceArn(String identityCenterInstanceArn)
The Amazon Resource Name (ARN) of the IAM Identity Center instance that authenticates monitor users.
|
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that the monitor uses to connect to Deadline Cloud.
|
void |
setSubdomain(String subdomain)
The subdomain to use when creating the monitor URL.
|
String |
toString()
Returns a string representation of this object.
|
CreateMonitorRequest |
withClientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
|
CreateMonitorRequest |
withDisplayName(String displayName)
The name that you give the monitor that is displayed in the Deadline Cloud console.
|
CreateMonitorRequest |
withIdentityCenterInstanceArn(String identityCenterInstanceArn)
The Amazon Resource Name (ARN) of the IAM Identity Center instance that authenticates monitor users.
|
CreateMonitorRequest |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that the monitor uses to connect to Deadline Cloud.
|
CreateMonitorRequest |
withSubdomain(String subdomain)
The subdomain to use when creating the monitor URL.
|
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 setClientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
clientToken
- The unique token which the server uses to recognize retries of the same request.public String getClientToken()
The unique token which the server uses to recognize retries of the same request.
public CreateMonitorRequest withClientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
clientToken
- The unique token which the server uses to recognize retries of the same request.public void setDisplayName(String displayName)
The name that you give the monitor that is displayed in the Deadline Cloud console.
displayName
- The name that you give the monitor that is displayed in the Deadline Cloud console.public String getDisplayName()
The name that you give the monitor that is displayed in the Deadline Cloud console.
public CreateMonitorRequest withDisplayName(String displayName)
The name that you give the monitor that is displayed in the Deadline Cloud console.
displayName
- The name that you give the monitor that is displayed in the Deadline Cloud console.public void setIdentityCenterInstanceArn(String identityCenterInstanceArn)
The Amazon Resource Name (ARN) of the IAM Identity Center instance that authenticates monitor users.
identityCenterInstanceArn
- The Amazon Resource Name (ARN) of the IAM Identity Center instance that authenticates monitor users.public String getIdentityCenterInstanceArn()
The Amazon Resource Name (ARN) of the IAM Identity Center instance that authenticates monitor users.
public CreateMonitorRequest withIdentityCenterInstanceArn(String identityCenterInstanceArn)
The Amazon Resource Name (ARN) of the IAM Identity Center instance that authenticates monitor users.
identityCenterInstanceArn
- The Amazon Resource Name (ARN) of the IAM Identity Center instance that authenticates monitor users.public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that the monitor uses to connect to Deadline Cloud. Every user that signs in to the monitor using IAM Identity Center uses this role to access Deadline Cloud resources.
roleArn
- The Amazon Resource Name (ARN) of the IAM role that the monitor uses to connect to Deadline Cloud. Every
user that signs in to the monitor using IAM Identity Center uses this role to access Deadline Cloud
resources.public String getRoleArn()
The Amazon Resource Name (ARN) of the IAM role that the monitor uses to connect to Deadline Cloud. Every user that signs in to the monitor using IAM Identity Center uses this role to access Deadline Cloud resources.
public CreateMonitorRequest withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that the monitor uses to connect to Deadline Cloud. Every user that signs in to the monitor using IAM Identity Center uses this role to access Deadline Cloud resources.
roleArn
- The Amazon Resource Name (ARN) of the IAM role that the monitor uses to connect to Deadline Cloud. Every
user that signs in to the monitor using IAM Identity Center uses this role to access Deadline Cloud
resources.public void setSubdomain(String subdomain)
The subdomain to use when creating the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
subdomain
- The subdomain to use when creating the monitor URL. The full URL of the monitor is
subdomain.Region.deadlinecloud.amazonaws.com.public String getSubdomain()
The subdomain to use when creating the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
public CreateMonitorRequest withSubdomain(String subdomain)
The subdomain to use when creating the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
subdomain
- The subdomain to use when creating the monitor URL. The full URL of the monitor is
subdomain.Region.deadlinecloud.amazonaws.com.public String toString()
toString
in class Object
Object.toString()
public CreateMonitorRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()