@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResetNotificationSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ResetNotificationSettingsResult() |
Modifier and Type | Method and Description |
---|---|
ResetNotificationSettingsResult |
clone() |
boolean |
equals(Object obj) |
TrustAnchorDetail |
getTrustAnchor() |
int |
hashCode() |
void |
setTrustAnchor(TrustAnchorDetail trustAnchor) |
String |
toString()
Returns a string representation of this object.
|
ResetNotificationSettingsResult |
withTrustAnchor(TrustAnchorDetail trustAnchor) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTrustAnchor(TrustAnchorDetail trustAnchor)
trustAnchor
- public TrustAnchorDetail getTrustAnchor()
public ResetNotificationSettingsResult withTrustAnchor(TrustAnchorDetail trustAnchor)
trustAnchor
- public String toString()
toString
in class Object
Object.toString()
public ResetNotificationSettingsResult clone()