@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRouteCalculatorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateRouteCalculatorResult() |
Modifier and Type | Method and Description |
---|---|
UpdateRouteCalculatorResult |
clone() |
boolean |
equals(Object obj) |
String |
getCalculatorArn()
The Amazon Resource Name (ARN) of the updated route calculator resource.
|
String |
getCalculatorName()
The name of the updated route calculator resource.
|
Date |
getUpdateTime()
The timestamp for when the route calculator was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
int |
hashCode() |
void |
setCalculatorArn(String calculatorArn)
The Amazon Resource Name (ARN) of the updated route calculator resource.
|
void |
setCalculatorName(String calculatorName)
The name of the updated route calculator resource.
|
void |
setUpdateTime(Date updateTime)
The timestamp for when the route calculator was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
String |
toString()
Returns a string representation of this object.
|
UpdateRouteCalculatorResult |
withCalculatorArn(String calculatorArn)
The Amazon Resource Name (ARN) of the updated route calculator resource.
|
UpdateRouteCalculatorResult |
withCalculatorName(String calculatorName)
The name of the updated route calculator resource.
|
UpdateRouteCalculatorResult |
withUpdateTime(Date updateTime)
The timestamp for when the route calculator was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCalculatorName(String calculatorName)
The name of the updated route calculator resource.
calculatorName
- The name of the updated route calculator resource.public String getCalculatorName()
The name of the updated route calculator resource.
public UpdateRouteCalculatorResult withCalculatorName(String calculatorName)
The name of the updated route calculator resource.
calculatorName
- The name of the updated route calculator resource.public void setCalculatorArn(String calculatorArn)
The Amazon Resource Name (ARN) of the updated route calculator resource. Used to specify a resource across AWS.
Format example: arn:aws:geo:region:account-id:route- calculator/ExampleCalculator
calculatorArn
- The Amazon Resource Name (ARN) of the updated route calculator resource. Used to specify a resource across
AWS.
Format example: arn:aws:geo:region:account-id:route- calculator/ExampleCalculator
public String getCalculatorArn()
The Amazon Resource Name (ARN) of the updated route calculator resource. Used to specify a resource across AWS.
Format example: arn:aws:geo:region:account-id:route- calculator/ExampleCalculator
Format example: arn:aws:geo:region:account-id:route- calculator/ExampleCalculator
public UpdateRouteCalculatorResult withCalculatorArn(String calculatorArn)
The Amazon Resource Name (ARN) of the updated route calculator resource. Used to specify a resource across AWS.
Format example: arn:aws:geo:region:account-id:route- calculator/ExampleCalculator
calculatorArn
- The Amazon Resource Name (ARN) of the updated route calculator resource. Used to specify a resource across
AWS.
Format example: arn:aws:geo:region:account-id:route- calculator/ExampleCalculator
public void setUpdateTime(Date updateTime)
The timestamp for when the route calculator was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
updateTime
- The timestamp for when the route calculator was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.public Date getUpdateTime()
The timestamp for when the route calculator was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
YYYY-MM-DDThh:mm:ss.sssZ
.public UpdateRouteCalculatorResult withUpdateTime(Date updateTime)
The timestamp for when the route calculator was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
updateTime
- The timestamp for when the route calculator was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.public String toString()
toString
in class Object
Object.toString()
public UpdateRouteCalculatorResult clone()