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