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

GetInstance() public static méthode

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