@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateApiDestinationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateApiDestinationResult() |
Modifier and Type | Method and Description |
---|---|
UpdateApiDestinationResult |
clone() |
boolean |
equals(Object obj) |
String |
getApiDestinationArn()
The ARN of the API destination that was updated.
|
String |
getApiDestinationState()
The state of the API destination that was updated.
|
Date |
getCreationTime()
A time stamp for the time that the API destination was created.
|
Date |
getLastModifiedTime()
A time stamp for the time that the API destination was last modified.
|
int |
hashCode() |
void |
setApiDestinationArn(String apiDestinationArn)
The ARN of the API destination that was updated.
|
void |
setApiDestinationState(String apiDestinationState)
The state of the API destination that was updated.
|
void |
setCreationTime(Date creationTime)
A time stamp for the time that the API destination was created.
|
void |
setLastModifiedTime(Date lastModifiedTime)
A time stamp for the time that the API destination was last modified.
|
String |
toString()
Returns a string representation of this object.
|
UpdateApiDestinationResult |
withApiDestinationArn(String apiDestinationArn)
The ARN of the API destination that was updated.
|
UpdateApiDestinationResult |
withApiDestinationState(ApiDestinationState apiDestinationState)
The state of the API destination that was updated.
|
UpdateApiDestinationResult |
withApiDestinationState(String apiDestinationState)
The state of the API destination that was updated.
|
UpdateApiDestinationResult |
withCreationTime(Date creationTime)
A time stamp for the time that the API destination was created.
|
UpdateApiDestinationResult |
withLastModifiedTime(Date lastModifiedTime)
A time stamp for the time that the API destination was last modified.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApiDestinationArn(String apiDestinationArn)
The ARN of the API destination that was updated.
apiDestinationArn
- The ARN of the API destination that was updated.public String getApiDestinationArn()
The ARN of the API destination that was updated.
public UpdateApiDestinationResult withApiDestinationArn(String apiDestinationArn)
The ARN of the API destination that was updated.
apiDestinationArn
- The ARN of the API destination that was updated.public void setApiDestinationState(String apiDestinationState)
The state of the API destination that was updated.
apiDestinationState
- The state of the API destination that was updated.ApiDestinationState
public String getApiDestinationState()
The state of the API destination that was updated.
ApiDestinationState
public UpdateApiDestinationResult withApiDestinationState(String apiDestinationState)
The state of the API destination that was updated.
apiDestinationState
- The state of the API destination that was updated.ApiDestinationState
public UpdateApiDestinationResult withApiDestinationState(ApiDestinationState apiDestinationState)
The state of the API destination that was updated.
apiDestinationState
- The state of the API destination that was updated.ApiDestinationState
public void setCreationTime(Date creationTime)
A time stamp for the time that the API destination was created.
creationTime
- A time stamp for the time that the API destination was created.public Date getCreationTime()
A time stamp for the time that the API destination was created.
public UpdateApiDestinationResult withCreationTime(Date creationTime)
A time stamp for the time that the API destination was created.
creationTime
- A time stamp for the time that the API destination was created.public void setLastModifiedTime(Date lastModifiedTime)
A time stamp for the time that the API destination was last modified.
lastModifiedTime
- A time stamp for the time that the API destination was last modified.public Date getLastModifiedTime()
A time stamp for the time that the API destination was last modified.
public UpdateApiDestinationResult withLastModifiedTime(Date lastModifiedTime)
A time stamp for the time that the API destination was last modified.
lastModifiedTime
- A time stamp for the time that the API destination was last modified.public String toString()
toString
in class Object
Object.toString()
public UpdateApiDestinationResult clone()