@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDetectorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetDetectorResult() |
| Modifier and Type | Method and Description |
|---|---|
GetDetectorResult |
clone() |
boolean |
equals(Object obj) |
String |
getCreatedAt() |
String |
getServiceRole() |
String |
getStatus() |
String |
getUpdatedAt() |
int |
hashCode() |
void |
setCreatedAt(String createdAt) |
void |
setServiceRole(String serviceRole) |
void |
setStatus(String status) |
void |
setUpdatedAt(String updatedAt) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetDetectorResult |
withCreatedAt(String createdAt) |
GetDetectorResult |
withServiceRole(String serviceRole) |
GetDetectorResult |
withStatus(DetectorStatus status) |
GetDetectorResult |
withStatus(String status) |
GetDetectorResult |
withUpdatedAt(String updatedAt) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCreatedAt(String createdAt)
createdAt - public String getCreatedAt()
public GetDetectorResult withCreatedAt(String createdAt)
createdAt - public void setServiceRole(String serviceRole)
serviceRole - public String getServiceRole()
public GetDetectorResult withServiceRole(String serviceRole)
serviceRole - public void setStatus(String status)
status - DetectorStatuspublic String getStatus()
DetectorStatuspublic GetDetectorResult withStatus(String status)
status - DetectorStatuspublic GetDetectorResult withStatus(DetectorStatus status)
status - DetectorStatuspublic void setUpdatedAt(String updatedAt)
updatedAt - public String getUpdatedAt()
public GetDetectorResult withUpdatedAt(String updatedAt)
updatedAt - public String toString()
toString in class ObjectObject.toString()public GetDetectorResult clone()
Copyright © 2018. All rights reserved.