public V4ClientSectionRoot(XElement section) { if (section != null) { S3 = AWSConfigs.GetObject <V4ClientSection>(section, "s3"); } }
public V4ClientSectionRoot(XElement section) { if (section == null) return; this.S3 = AWSConfigs.GetObject<V4ClientSection>(section, s3Key); }
public MobileAnalyticsConfigSectionRoot(XElement section) { if (section == null) { return; } this.MobileAnalytics = AWSConfigs.GetObject <MobileAnalyticsConfigSection>(section, mobileAnalyticsKey); }