@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, setSdkResponseMetadata
public 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
- DetectorStatus
public String getStatus()
DetectorStatus
public GetDetectorResult withStatus(String status)
status
- DetectorStatus
public GetDetectorResult withStatus(DetectorStatus status)
status
- DetectorStatus
public void setUpdatedAt(String updatedAt)
updatedAt
- public String getUpdatedAt()
public GetDetectorResult withUpdatedAt(String updatedAt)
updatedAt
- public String toString()
toString
in class Object
Object.toString()
public GetDetectorResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.