@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLogGroupFieldsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetLogGroupFieldsResult() |
Modifier and Type | Method and Description |
---|---|
GetLogGroupFieldsResult |
clone() |
boolean |
equals(Object obj) |
List<LogGroupField> |
getLogGroupFields()
The array of fields found in the query.
|
int |
hashCode() |
void |
setLogGroupFields(Collection<LogGroupField> logGroupFields)
The array of fields found in the query.
|
String |
toString()
Returns a string representation of this object.
|
GetLogGroupFieldsResult |
withLogGroupFields(Collection<LogGroupField> logGroupFields)
The array of fields found in the query.
|
GetLogGroupFieldsResult |
withLogGroupFields(LogGroupField... logGroupFields)
The array of fields found in the query.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<LogGroupField> getLogGroupFields()
The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.
public void setLogGroupFields(Collection<LogGroupField> logGroupFields)
The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.
logGroupFields
- The array of fields found in the query. Each object in the array contains the name of the field, along
with the percentage of time it appeared in the log events that were queried.public GetLogGroupFieldsResult withLogGroupFields(LogGroupField... logGroupFields)
The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.
NOTE: This method appends the values to the existing list (if any). Use
setLogGroupFields(java.util.Collection)
or withLogGroupFields(java.util.Collection)
if you want
to override the existing values.
logGroupFields
- The array of fields found in the query. Each object in the array contains the name of the field, along
with the percentage of time it appeared in the log events that were queried.public GetLogGroupFieldsResult withLogGroupFields(Collection<LogGroupField> logGroupFields)
The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.
logGroupFields
- The array of fields found in the query. Each object in the array contains the name of the field, along
with the percentage of time it appeared in the log events that were queried.public String toString()
toString
in class Object
Object.toString()
public GetLogGroupFieldsResult clone()