@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetReportGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchGetReportGroupsResult() |
Modifier and Type | Method and Description |
---|---|
BatchGetReportGroupsResult |
clone() |
boolean |
equals(Object obj) |
List<ReportGroup> |
getReportGroups()
The array of report groups returned by
BatchGetReportGroups . |
List<String> |
getReportGroupsNotFound()
An array of ARNs passed to
BatchGetReportGroups that are not associated with a
ReportGroup . |
int |
hashCode() |
void |
setReportGroups(Collection<ReportGroup> reportGroups)
The array of report groups returned by
BatchGetReportGroups . |
void |
setReportGroupsNotFound(Collection<String> reportGroupsNotFound)
An array of ARNs passed to
BatchGetReportGroups that are not associated with a
ReportGroup . |
String |
toString()
Returns a string representation of this object.
|
BatchGetReportGroupsResult |
withReportGroups(Collection<ReportGroup> reportGroups)
The array of report groups returned by
BatchGetReportGroups . |
BatchGetReportGroupsResult |
withReportGroups(ReportGroup... reportGroups)
The array of report groups returned by
BatchGetReportGroups . |
BatchGetReportGroupsResult |
withReportGroupsNotFound(Collection<String> reportGroupsNotFound)
An array of ARNs passed to
BatchGetReportGroups that are not associated with a
ReportGroup . |
BatchGetReportGroupsResult |
withReportGroupsNotFound(String... reportGroupsNotFound)
An array of ARNs passed to
BatchGetReportGroups that are not associated with a
ReportGroup . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ReportGroup> getReportGroups()
The array of report groups returned by BatchGetReportGroups
.
BatchGetReportGroups
.public void setReportGroups(Collection<ReportGroup> reportGroups)
The array of report groups returned by BatchGetReportGroups
.
reportGroups
- The array of report groups returned by BatchGetReportGroups
.public BatchGetReportGroupsResult withReportGroups(ReportGroup... reportGroups)
The array of report groups returned by BatchGetReportGroups
.
NOTE: This method appends the values to the existing list (if any). Use
setReportGroups(java.util.Collection)
or withReportGroups(java.util.Collection)
if you want to
override the existing values.
reportGroups
- The array of report groups returned by BatchGetReportGroups
.public BatchGetReportGroupsResult withReportGroups(Collection<ReportGroup> reportGroups)
The array of report groups returned by BatchGetReportGroups
.
reportGroups
- The array of report groups returned by BatchGetReportGroups
.public List<String> getReportGroupsNotFound()
An array of ARNs passed to BatchGetReportGroups
that are not associated with a
ReportGroup
.
BatchGetReportGroups
that are not associated with a
ReportGroup
.public void setReportGroupsNotFound(Collection<String> reportGroupsNotFound)
An array of ARNs passed to BatchGetReportGroups
that are not associated with a
ReportGroup
.
reportGroupsNotFound
- An array of ARNs passed to BatchGetReportGroups
that are not associated with a
ReportGroup
.public BatchGetReportGroupsResult withReportGroupsNotFound(String... reportGroupsNotFound)
An array of ARNs passed to BatchGetReportGroups
that are not associated with a
ReportGroup
.
NOTE: This method appends the values to the existing list (if any). Use
setReportGroupsNotFound(java.util.Collection)
or withReportGroupsNotFound(java.util.Collection)
if you want to override the existing values.
reportGroupsNotFound
- An array of ARNs passed to BatchGetReportGroups
that are not associated with a
ReportGroup
.public BatchGetReportGroupsResult withReportGroupsNotFound(Collection<String> reportGroupsNotFound)
An array of ARNs passed to BatchGetReportGroups
that are not associated with a
ReportGroup
.
reportGroupsNotFound
- An array of ARNs passed to BatchGetReportGroups
that are not associated with a
ReportGroup
.public String toString()
toString
in class Object
Object.toString()
public BatchGetReportGroupsResult clone()