public class DescribePrefixListAssociationsRequest extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DescribePrefixListAssociationsRequest.ResourceTypeEnum
Gets or Sets resourceType
|
| 构造器和说明 |
|---|
DescribePrefixListAssociationsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
Integer |
getPageNumber()
Get pageNumber
|
@Max(value=100L) Integer |
getPageSize()
Get pageSize
maximum: 100
|
@NotNull String |
getPrefixListId()
Get prefixListId
|
DescribePrefixListAssociationsRequest.ResourceTypeEnum |
getResourceType()
Get resourceType
|
int |
hashCode() |
DescribePrefixListAssociationsRequest |
pageNumber(Integer pageNumber) |
DescribePrefixListAssociationsRequest |
pageSize(Integer pageSize) |
DescribePrefixListAssociationsRequest |
prefixListId(String prefixListId) |
DescribePrefixListAssociationsRequest |
resourceType(DescribePrefixListAssociationsRequest.ResourceTypeEnum resourceType) |
void |
setPageNumber(Integer pageNumber) |
void |
setPageSize(Integer pageSize) |
void |
setPrefixListId(String prefixListId) |
void |
setResourceType(DescribePrefixListAssociationsRequest.ResourceTypeEnum resourceType) |
String |
toString() |
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 © 2023. All rights reserved.