@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMonitorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
CreateMonitorResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateMonitorResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getIdentityCenterApplicationArn()
 The Amazon Resource Name (ARN) that IAM Identity Center assigns to the monitor. 
 | 
String | 
getMonitorId()
 The unique identifier of the monitor. 
 | 
int | 
hashCode()  | 
void | 
setIdentityCenterApplicationArn(String identityCenterApplicationArn)
 The Amazon Resource Name (ARN) that IAM Identity Center assigns to the monitor. 
 | 
void | 
setMonitorId(String monitorId)
 The unique identifier of the monitor. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateMonitorResult | 
withIdentityCenterApplicationArn(String identityCenterApplicationArn)
 The Amazon Resource Name (ARN) that IAM Identity Center assigns to the monitor. 
 | 
CreateMonitorResult | 
withMonitorId(String monitorId)
 The unique identifier of the monitor. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setIdentityCenterApplicationArn(String identityCenterApplicationArn)
The Amazon Resource Name (ARN) that IAM Identity Center assigns to the monitor.
identityCenterApplicationArn - The Amazon Resource Name (ARN) that IAM Identity Center assigns to the monitor.public String getIdentityCenterApplicationArn()
The Amazon Resource Name (ARN) that IAM Identity Center assigns to the monitor.
public CreateMonitorResult withIdentityCenterApplicationArn(String identityCenterApplicationArn)
The Amazon Resource Name (ARN) that IAM Identity Center assigns to the monitor.
identityCenterApplicationArn - The Amazon Resource Name (ARN) that IAM Identity Center assigns to the monitor.public void setMonitorId(String monitorId)
The unique identifier of the monitor.
monitorId - The unique identifier of the monitor.public String getMonitorId()
The unique identifier of the monitor.
public CreateMonitorResult withMonitorId(String monitorId)
The unique identifier of the monitor.
monitorId - The unique identifier of the monitor.public String toString()
toString in class ObjectObject.toString()public CreateMonitorResult clone()