@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateModelManifestResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateModelManifestResult() |
Modifier and Type | Method and Description |
---|---|
UpdateModelManifestResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the updated vehicle model.
|
String |
getName()
The name of the updated vehicle model.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the updated vehicle model.
|
void |
setName(String name)
The name of the updated vehicle model.
|
String |
toString()
Returns a string representation of this object.
|
UpdateModelManifestResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the updated vehicle model.
|
UpdateModelManifestResult |
withName(String name)
The name of the updated vehicle model.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
The name of the updated vehicle model.
name
- The name of the updated vehicle model.public String getName()
The name of the updated vehicle model.
public UpdateModelManifestResult withName(String name)
The name of the updated vehicle model.
name
- The name of the updated vehicle model.public void setArn(String arn)
The Amazon Resource Name (ARN) of the updated vehicle model.
arn
- The Amazon Resource Name (ARN) of the updated vehicle model.public String getArn()
The Amazon Resource Name (ARN) of the updated vehicle model.
public UpdateModelManifestResult withArn(String arn)
The Amazon Resource Name (ARN) of the updated vehicle model.
arn
- The Amazon Resource Name (ARN) of the updated vehicle model.public String toString()
toString
in class Object
Object.toString()
public UpdateModelManifestResult clone()