@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAvailableManagedRuleGroupVersionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListAvailableManagedRuleGroupVersionsResult() |
Modifier and Type | Method and Description |
---|---|
ListAvailableManagedRuleGroupVersionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getCurrentDefaultVersion()
The name of the version that's currently set as the default.
|
String |
getNextMarker()
When you request a list of objects with a
Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. |
List<ManagedRuleGroupVersion> |
getVersions()
The versions that are currently available for the specified managed rule group.
|
int |
hashCode() |
void |
setCurrentDefaultVersion(String currentDefaultVersion)
The name of the version that's currently set as the default.
|
void |
setNextMarker(String nextMarker)
When you request a list of objects with a
Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. |
void |
setVersions(Collection<ManagedRuleGroupVersion> versions)
The versions that are currently available for the specified managed rule group.
|
String |
toString()
Returns a string representation of this object.
|
ListAvailableManagedRuleGroupVersionsResult |
withCurrentDefaultVersion(String currentDefaultVersion)
The name of the version that's currently set as the default.
|
ListAvailableManagedRuleGroupVersionsResult |
withNextMarker(String nextMarker)
When you request a list of objects with a
Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. |
ListAvailableManagedRuleGroupVersionsResult |
withVersions(Collection<ManagedRuleGroupVersion> versions)
The versions that are currently available for the specified managed rule group.
|
ListAvailableManagedRuleGroupVersionsResult |
withVersions(ManagedRuleGroupVersion... versions)
The versions that are currently available for the specified managed rule group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListAvailableManagedRuleGroupVersionsResult()
public void setNextMarker(String nextMarker)
When you request a list of objects with a Limit
setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker
value in the response. To
retrieve the next batch of objects, provide the marker from the prior call in your next request.
nextMarker
- When you request a list of objects with a Limit
setting, if the number of objects that are
still available for retrieval exceeds the limit, WAF returns a NextMarker
value in the
response. To retrieve the next batch of objects, provide the marker from the prior call in your next
request.public String getNextMarker()
When you request a list of objects with a Limit
setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker
value in the response. To
retrieve the next batch of objects, provide the marker from the prior call in your next request.
Limit
setting, if the number of objects that are
still available for retrieval exceeds the limit, WAF returns a NextMarker
value in the
response. To retrieve the next batch of objects, provide the marker from the prior call in your next
request.public ListAvailableManagedRuleGroupVersionsResult withNextMarker(String nextMarker)
When you request a list of objects with a Limit
setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker
value in the response. To
retrieve the next batch of objects, provide the marker from the prior call in your next request.
nextMarker
- When you request a list of objects with a Limit
setting, if the number of objects that are
still available for retrieval exceeds the limit, WAF returns a NextMarker
value in the
response. To retrieve the next batch of objects, provide the marker from the prior call in your next
request.public List<ManagedRuleGroupVersion> getVersions()
The versions that are currently available for the specified managed rule group. If you specified a
Limit
in your request, this might not be the full list.
Limit
in your request, this might not be the full list.public void setVersions(Collection<ManagedRuleGroupVersion> versions)
The versions that are currently available for the specified managed rule group. If you specified a
Limit
in your request, this might not be the full list.
versions
- The versions that are currently available for the specified managed rule group. If you specified a
Limit
in your request, this might not be the full list.public ListAvailableManagedRuleGroupVersionsResult withVersions(ManagedRuleGroupVersion... versions)
The versions that are currently available for the specified managed rule group. If you specified a
Limit
in your request, this might not be the full list.
NOTE: This method appends the values to the existing list (if any). Use
setVersions(java.util.Collection)
or withVersions(java.util.Collection)
if you want to override
the existing values.
versions
- The versions that are currently available for the specified managed rule group. If you specified a
Limit
in your request, this might not be the full list.public ListAvailableManagedRuleGroupVersionsResult withVersions(Collection<ManagedRuleGroupVersion> versions)
The versions that are currently available for the specified managed rule group. If you specified a
Limit
in your request, this might not be the full list.
versions
- The versions that are currently available for the specified managed rule group. If you specified a
Limit
in your request, this might not be the full list.public void setCurrentDefaultVersion(String currentDefaultVersion)
The name of the version that's currently set as the default.
currentDefaultVersion
- The name of the version that's currently set as the default.public String getCurrentDefaultVersion()
The name of the version that's currently set as the default.
public ListAvailableManagedRuleGroupVersionsResult withCurrentDefaultVersion(String currentDefaultVersion)
The name of the version that's currently set as the default.
currentDefaultVersion
- The name of the version that's currently set as the default.public String toString()
toString
in class Object
Object.toString()
public ListAvailableManagedRuleGroupVersionsResult clone()