@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMonitorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetMonitorResult() |
Modifier and Type | Method and Description |
---|---|
GetMonitorResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The UNIX timestamp of the date and time that the monitor was created.
|
String |
getCreatedBy()
The user name of the person that created the monitor.
|
String |
getDisplayName()
The name used to identify the monitor on the Deadline Cloud console.
|
String |
getIdentityCenterApplicationArn()
The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.
|
String |
getIdentityCenterInstanceArn()
The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.
|
String |
getMonitorId()
The unique identifier for the monitor.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of the IAM role for the monitor.
|
String |
getSubdomain()
The subdomain used for the monitor URL.
|
Date |
getUpdatedAt()
The UNIX timestamp of the last date and time that the monitor was updated.
|
String |
getUpdatedBy()
The user name of the person that last updated the monitor.
|
String |
getUrl()
The complete URL of the monitor.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
The UNIX timestamp of the date and time that the monitor was created.
|
void |
setCreatedBy(String createdBy)
The user name of the person that created the monitor.
|
void |
setDisplayName(String displayName)
The name used to identify the monitor on the Deadline Cloud console.
|
void |
setIdentityCenterApplicationArn(String identityCenterApplicationArn)
The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.
|
void |
setIdentityCenterInstanceArn(String identityCenterInstanceArn)
The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.
|
void |
setMonitorId(String monitorId)
The unique identifier for the monitor.
|
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role for the monitor.
|
void |
setSubdomain(String subdomain)
The subdomain used for the monitor URL.
|
void |
setUpdatedAt(Date updatedAt)
The UNIX timestamp of the last date and time that the monitor was updated.
|
void |
setUpdatedBy(String updatedBy)
The user name of the person that last updated the monitor.
|
void |
setUrl(String url)
The complete URL of the monitor.
|
String |
toString()
Returns a string representation of this object.
|
GetMonitorResult |
withCreatedAt(Date createdAt)
The UNIX timestamp of the date and time that the monitor was created.
|
GetMonitorResult |
withCreatedBy(String createdBy)
The user name of the person that created the monitor.
|
GetMonitorResult |
withDisplayName(String displayName)
The name used to identify the monitor on the Deadline Cloud console.
|
GetMonitorResult |
withIdentityCenterApplicationArn(String identityCenterApplicationArn)
The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.
|
GetMonitorResult |
withIdentityCenterInstanceArn(String identityCenterInstanceArn)
The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.
|
GetMonitorResult |
withMonitorId(String monitorId)
The unique identifier for the monitor.
|
GetMonitorResult |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role for the monitor.
|
GetMonitorResult |
withSubdomain(String subdomain)
The subdomain used for the monitor URL.
|
GetMonitorResult |
withUpdatedAt(Date updatedAt)
The UNIX timestamp of the last date and time that the monitor was updated.
|
GetMonitorResult |
withUpdatedBy(String updatedBy)
The user name of the person that last updated the monitor.
|
GetMonitorResult |
withUrl(String url)
The complete URL of the monitor.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCreatedAt(Date createdAt)
The UNIX timestamp of the date and time that the monitor was created.
createdAt
- The UNIX timestamp of the date and time that the monitor was created.public Date getCreatedAt()
The UNIX timestamp of the date and time that the monitor was created.
public GetMonitorResult withCreatedAt(Date createdAt)
The UNIX timestamp of the date and time that the monitor was created.
createdAt
- The UNIX timestamp of the date and time that the monitor was created.public void setCreatedBy(String createdBy)
The user name of the person that created the monitor.
createdBy
- The user name of the person that created the monitor.public String getCreatedBy()
The user name of the person that created the monitor.
public GetMonitorResult withCreatedBy(String createdBy)
The user name of the person that created the monitor.
createdBy
- The user name of the person that created the monitor.public void setDisplayName(String displayName)
The name used to identify the monitor on the Deadline Cloud console.
displayName
- The name used to identify the monitor on the Deadline Cloud console.public String getDisplayName()
The name used to identify the monitor on the Deadline Cloud console.
public GetMonitorResult withDisplayName(String displayName)
The name used to identify the monitor on the Deadline Cloud console.
displayName
- The name used to identify the monitor on the Deadline Cloud console.public void setIdentityCenterApplicationArn(String identityCenterApplicationArn)
The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.
identityCenterApplicationArn
- The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.public String getIdentityCenterApplicationArn()
The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.
public GetMonitorResult withIdentityCenterApplicationArn(String identityCenterApplicationArn)
The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.
identityCenterApplicationArn
- The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.public void setIdentityCenterInstanceArn(String identityCenterInstanceArn)
The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.
identityCenterInstanceArn
- The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor
users.public String getIdentityCenterInstanceArn()
The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.
public GetMonitorResult withIdentityCenterInstanceArn(String identityCenterInstanceArn)
The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.
identityCenterInstanceArn
- The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor
users.public void setMonitorId(String monitorId)
The unique identifier for the monitor.
monitorId
- The unique identifier for the monitor.public String getMonitorId()
The unique identifier for the monitor.
public GetMonitorResult withMonitorId(String monitorId)
The unique identifier for the monitor.
monitorId
- The unique identifier for the monitor.public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.
roleArn
- The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to
access Deadline Cloud resources.public String getRoleArn()
The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.
public GetMonitorResult withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.
roleArn
- The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to
access Deadline Cloud resources.public void setSubdomain(String subdomain)
The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
subdomain
- The subdomain used for the monitor URL. The full URL of the monitor is
subdomain.Region.deadlinecloud.amazonaws.com.public String getSubdomain()
The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
public GetMonitorResult withSubdomain(String subdomain)
The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
subdomain
- The subdomain used for the monitor URL. The full URL of the monitor is
subdomain.Region.deadlinecloud.amazonaws.com.public void setUpdatedAt(Date updatedAt)
The UNIX timestamp of the last date and time that the monitor was updated.
updatedAt
- The UNIX timestamp of the last date and time that the monitor was updated.public Date getUpdatedAt()
The UNIX timestamp of the last date and time that the monitor was updated.
public GetMonitorResult withUpdatedAt(Date updatedAt)
The UNIX timestamp of the last date and time that the monitor was updated.
updatedAt
- The UNIX timestamp of the last date and time that the monitor was updated.public void setUpdatedBy(String updatedBy)
The user name of the person that last updated the monitor.
updatedBy
- The user name of the person that last updated the monitor.public String getUpdatedBy()
The user name of the person that last updated the monitor.
public GetMonitorResult withUpdatedBy(String updatedBy)
The user name of the person that last updated the monitor.
updatedBy
- The user name of the person that last updated the monitor.public void setUrl(String url)
The complete URL of the monitor. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
url
- The complete URL of the monitor. The full URL of the monitor is
subdomain.Region.deadlinecloud.amazonaws.com.public String getUrl()
The complete URL of the monitor. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
public GetMonitorResult withUrl(String url)
The complete URL of the monitor. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
url
- The complete URL of the monitor. The full URL of the monitor is
subdomain.Region.deadlinecloud.amazonaws.com.public String toString()
toString
in class Object
Object.toString()
public GetMonitorResult clone()