@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateReportPlanResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateReportPlanResult() |
Modifier and Type | Method and Description |
---|---|
CreateReportPlanResult |
clone() |
boolean |
equals(Object obj) |
String |
getReportPlanArn()
An Amazon Resource Name (ARN) that uniquely identifies a resource.
|
String |
getReportPlanName()
The unique name of the report plan.
|
int |
hashCode() |
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.
|
CreateReportPlanResult |
withReportPlanArn(String reportPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource.
|
CreateReportPlanResult |
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 CreateReportPlanResult 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 CreateReportPlanResult 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 String toString()
toString
in class Object
Object.toString()
public CreateReportPlanResult clone()