@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateReportPlanResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateReportPlanResult() |
Modifier and Type | Method and Description |
---|---|
UpdateReportPlanResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The date and time that a report plan is created, in Unix format and Coordinated Universal Time (UTC).
|
String |
getReportPlanArn()
An Amazon Resource Name (ARN) that uniquely identifies a resource.
|
String |
getReportPlanName()
The unique name of the report plan.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
The date and time that a report plan is created, in Unix format and Coordinated Universal Time (UTC).
|
void |
setReportPlanArn(String reportPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource.
|
void |
setReportPlanName(String reportPlanName)
The unique name of the report plan.
|
String |
toString()
Returns a string representation of this object.
|
UpdateReportPlanResult |
withCreationTime(Date creationTime)
The date and time that a report plan is created, in Unix format and Coordinated Universal Time (UTC).
|
UpdateReportPlanResult |
withReportPlanArn(String reportPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource.
|
UpdateReportPlanResult |
withReportPlanName(String reportPlanName)
The unique name of the report plan.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setReportPlanName(String reportPlanName)
The unique name of the report plan.
reportPlanName
- The unique name of the report plan.public String getReportPlanName()
The unique name of the report plan.
public UpdateReportPlanResult withReportPlanName(String reportPlanName)
The unique name of the report plan.
reportPlanName
- The unique name of the report plan.public void setReportPlanArn(String reportPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
reportPlanArn
- An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the
resource type.public String getReportPlanArn()
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
public UpdateReportPlanResult withReportPlanArn(String reportPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
reportPlanArn
- An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the
resource type.public void setCreationTime(Date creationTime)
The date and time that a report plan is created, in Unix format and Coordinated Universal Time (UTC). The value
of CreationTime
is accurate to milliseconds. For example, the value 1516925490.087 represents
Friday, January 26, 2018 12:11:30.087 AM.
creationTime
- The date and time that a report plan is created, in Unix format and Coordinated Universal Time (UTC). The
value of CreationTime
is accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.public Date getCreationTime()
The date and time that a report plan is created, in Unix format and Coordinated Universal Time (UTC). The value
of CreationTime
is accurate to milliseconds. For example, the value 1516925490.087 represents
Friday, January 26, 2018 12:11:30.087 AM.
CreationTime
is accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.public UpdateReportPlanResult withCreationTime(Date creationTime)
The date and time that a report plan is created, in Unix format and Coordinated Universal Time (UTC). The value
of CreationTime
is accurate to milliseconds. For example, the value 1516925490.087 represents
Friday, January 26, 2018 12:11:30.087 AM.
creationTime
- The date and time that a report plan is created, in Unix format and Coordinated Universal Time (UTC). The
value of CreationTime
is accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.public String toString()
toString
in class Object
Object.toString()
public UpdateReportPlanResult clone()