public class DescribePrefixListAssociationsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribePrefixListAssociationsRequest.ResourceTypeEnum
Gets or Sets resourceType
|
| Constructor and Description |
|---|
DescribePrefixListAssociationsRequest() |
public DescribePrefixListAssociationsRequest()
public DescribePrefixListAssociationsRequest maxResults(Integer maxResults)
@Min(value=1L) @Max(value=100L) public @Min(value=1L) @Max(value=100L) Integer getMaxResults()
public void setMaxResults(Integer maxResults)
public DescribePrefixListAssociationsRequest nextToken(String nextToken)
public String getNextToken()
public void setNextToken(String nextToken)
public DescribePrefixListAssociationsRequest pageNumber(Integer pageNumber)
public Integer getPageNumber()
public void setPageNumber(Integer pageNumber)
public DescribePrefixListAssociationsRequest pageSize(Integer pageSize)
@Max(value=100L) public @Max(value=100L) Integer getPageSize()
public void setPageSize(Integer pageSize)
public DescribePrefixListAssociationsRequest prefixListId(String prefixListId)
@NotNull public @NotNull String getPrefixListId()
public void setPrefixListId(String prefixListId)
public DescribePrefixListAssociationsRequest resourceType(DescribePrefixListAssociationsRequest.ResourceTypeEnum resourceType)
public DescribePrefixListAssociationsRequest.ResourceTypeEnum getResourceType()
public void setResourceType(DescribePrefixListAssociationsRequest.ResourceTypeEnum resourceType)
Copyright © 2024. All rights reserved.