Amazon.S3.Model.Internal.MarshallTransformations.GetBucketWebsiteResponseUnmarshaller.GetInstance C# (CSharp) Méthode

GetInstance() public static méthode

public static GetInstance ( ) : GetBucketWebsiteResponseUnmarshaller
Résultat GetBucketWebsiteResponseUnmarshaller
        public static GetBucketWebsiteResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new GetBucketWebsiteResponseUnmarshaller();
            }
            return instance;
        }