@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGuardrailResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateGuardrailResult() |
Modifier and Type | Method and Description |
---|---|
UpdateGuardrailResult |
clone() |
boolean |
equals(Object obj) |
String |
getGuardrailArn()
The ARN of the guardrail.
|
String |
getGuardrailId()
The unique identifier of the guardrail
|
Date |
getUpdatedAt()
The date and time at which the guardrail was updated.
|
String |
getVersion()
The version of the guardrail.
|
int |
hashCode() |
void |
setGuardrailArn(String guardrailArn)
The ARN of the guardrail.
|
void |
setGuardrailId(String guardrailId)
The unique identifier of the guardrail
|
void |
setUpdatedAt(Date updatedAt)
The date and time at which the guardrail was updated.
|
void |
setVersion(String version)
The version of the guardrail.
|
String |
toString()
Returns a string representation of this object.
|
UpdateGuardrailResult |
withGuardrailArn(String guardrailArn)
The ARN of the guardrail.
|
UpdateGuardrailResult |
withGuardrailId(String guardrailId)
The unique identifier of the guardrail
|
UpdateGuardrailResult |
withUpdatedAt(Date updatedAt)
The date and time at which the guardrail was updated.
|
UpdateGuardrailResult |
withVersion(String version)
The version of the guardrail.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGuardrailId(String guardrailId)
The unique identifier of the guardrail
guardrailId
- The unique identifier of the guardrailpublic String getGuardrailId()
The unique identifier of the guardrail
public UpdateGuardrailResult withGuardrailId(String guardrailId)
The unique identifier of the guardrail
guardrailId
- The unique identifier of the guardrailpublic void setGuardrailArn(String guardrailArn)
The ARN of the guardrail.
guardrailArn
- The ARN of the guardrail.public String getGuardrailArn()
The ARN of the guardrail.
public UpdateGuardrailResult withGuardrailArn(String guardrailArn)
The ARN of the guardrail.
guardrailArn
- The ARN of the guardrail.public void setVersion(String version)
The version of the guardrail.
version
- The version of the guardrail.public String getVersion()
The version of the guardrail.
public UpdateGuardrailResult withVersion(String version)
The version of the guardrail.
version
- The version of the guardrail.public void setUpdatedAt(Date updatedAt)
The date and time at which the guardrail was updated.
updatedAt
- The date and time at which the guardrail was updated.public Date getUpdatedAt()
The date and time at which the guardrail was updated.
public UpdateGuardrailResult withUpdatedAt(Date updatedAt)
The date and time at which the guardrail was updated.
updatedAt
- The date and time at which the guardrail was updated.public String toString()
toString
in class Object
Object.toString()
public UpdateGuardrailResult clone()