2222/**
2323 * <p>
2424 * Adds a statement to a topic's access control policy, granting access for the
25- * specified accounts to the specified actions.
25+ * specified Amazon Web Services accounts to the specified actions.
2626 * </p>
2727 */
2828public class AddPermissionRequest extends AmazonWebServiceRequest implements Serializable {
@@ -42,9 +42,9 @@ public class AddPermissionRequest extends AmazonWebServiceRequest implements Ser
4242
4343 /**
4444 * <p>
45- * The account IDs of the users (principals) who will be given access to the
46- * specified actions. The users must have account, but do not need to be
47- * signed up for this service.
45+ * The Amazon Web Services account IDs of the users (principals) who will be
46+ * given access to the specified actions. The users must have Amazon Web
47+ * Services account, but do not need to be signed up for this service.
4848 * </p>
4949 */
5050 private java .util .List <String > aWSAccountIds = new java .util .ArrayList <String >();
@@ -81,9 +81,10 @@ public AddPermissionRequest() {
8181 * A unique identifier for the new policy statement.
8282 * </p>
8383 * @param aWSAccountIds <p>
84- * The account IDs of the users (principals) who will be given
85- * access to the specified actions. The users must have account,
86- * but do not need to be signed up for this service.
84+ * The Amazon Web Services account IDs of the users (principals)
85+ * who will be given access to the specified actions. The users
86+ * must have Amazon Web Services account, but do not need to be
87+ * signed up for this service.
8788 * </p>
8889 * @param actionNames <p>
8990 * The action you want to allow for the specified principal(s).
@@ -196,15 +197,16 @@ public AddPermissionRequest withLabel(String label) {
196197
197198 /**
198199 * <p>
199- * The account IDs of the users (principals) who will be given access to the
200- * specified actions. The users must have account, but do not need to be
201- * signed up for this service.
200+ * The Amazon Web Services account IDs of the users (principals) who will be
201+ * given access to the specified actions. The users must have Amazon Web
202+ * Services account, but do not need to be signed up for this service.
202203 * </p>
203204 *
204205 * @return <p>
205- * The account IDs of the users (principals) who will be given
206- * access to the specified actions. The users must have account, but
207- * do not need to be signed up for this service.
206+ * The Amazon Web Services account IDs of the users (principals) who
207+ * will be given access to the specified actions. The users must
208+ * have Amazon Web Services account, but do not need to be signed up
209+ * for this service.
208210 * </p>
209211 */
210212 public java .util .List <String > getAWSAccountIds () {
@@ -213,15 +215,16 @@ public java.util.List<String> getAWSAccountIds() {
213215
214216 /**
215217 * <p>
216- * The account IDs of the users (principals) who will be given access to the
217- * specified actions. The users must have account, but do not need to be
218- * signed up for this service.
218+ * The Amazon Web Services account IDs of the users (principals) who will be
219+ * given access to the specified actions. The users must have Amazon Web
220+ * Services account, but do not need to be signed up for this service.
219221 * </p>
220222 *
221223 * @param aWSAccountIds <p>
222- * The account IDs of the users (principals) who will be given
223- * access to the specified actions. The users must have account,
224- * but do not need to be signed up for this service.
224+ * The Amazon Web Services account IDs of the users (principals)
225+ * who will be given access to the specified actions. The users
226+ * must have Amazon Web Services account, but do not need to be
227+ * signed up for this service.
225228 * </p>
226229 */
227230 public void setAWSAccountIds (java .util .Collection <String > aWSAccountIds ) {
@@ -235,18 +238,19 @@ public void setAWSAccountIds(java.util.Collection<String> aWSAccountIds) {
235238
236239 /**
237240 * <p>
238- * The account IDs of the users (principals) who will be given access to the
239- * specified actions. The users must have account, but do not need to be
240- * signed up for this service.
241+ * The Amazon Web Services account IDs of the users (principals) who will be
242+ * given access to the specified actions. The users must have Amazon Web
243+ * Services account, but do not need to be signed up for this service.
241244 * </p>
242245 * <p>
243246 * Returns a reference to this object so that method calls can be chained
244247 * together.
245248 *
246249 * @param aWSAccountIds <p>
247- * The account IDs of the users (principals) who will be given
248- * access to the specified actions. The users must have account,
249- * but do not need to be signed up for this service.
250+ * The Amazon Web Services account IDs of the users (principals)
251+ * who will be given access to the specified actions. The users
252+ * must have Amazon Web Services account, but do not need to be
253+ * signed up for this service.
250254 * </p>
251255 * @return A reference to this updated object so that method calls can be
252256 * chained together.
@@ -263,18 +267,19 @@ public AddPermissionRequest withAWSAccountIds(String... aWSAccountIds) {
263267
264268 /**
265269 * <p>
266- * The account IDs of the users (principals) who will be given access to the
267- * specified actions. The users must have account, but do not need to be
268- * signed up for this service.
270+ * The Amazon Web Services account IDs of the users (principals) who will be
271+ * given access to the specified actions. The users must have Amazon Web
272+ * Services account, but do not need to be signed up for this service.
269273 * </p>
270274 * <p>
271275 * Returns a reference to this object so that method calls can be chained
272276 * together.
273277 *
274278 * @param aWSAccountIds <p>
275- * The account IDs of the users (principals) who will be given
276- * access to the specified actions. The users must have account,
277- * but do not need to be signed up for this service.
279+ * The Amazon Web Services account IDs of the users (principals)
280+ * who will be given access to the specified actions. The users
281+ * must have Amazon Web Services account, but do not need to be
282+ * signed up for this service.
278283 * </p>
279284 * @return A reference to this updated object so that method calls can be
280285 * chained together.
0 commit comments